hirosystems/stacks-devnet-api

implement more sophisticated server for receiving requests

MicaiahReid opened this issue · 3 comments

This was my first implementation of an API server in rust, and I'm sure it leaves a lot to be desired. I'm specifically concerned about the current implementation being able to receive many concurrent requests.

I've experimented using rocket and came to a dead end. This can be found on the http-proxy-rocket branch

I think what we have works fine. We can revisit if we have issues with scaling down the line.