implement more sophisticated server for receiving requests
MicaiahReid opened this issue · 3 comments
MicaiahReid commented
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.
MicaiahReid commented
MicaiahReid commented
I've experimented using rocket and came to a dead end. This can be found on the http-proxy-rocket
branch
MicaiahReid commented
I think what we have works fine. We can revisit if we have issues with scaling down the line.