Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idea, use lightweight http server #11

Closed
debris opened this issue Dec 10, 2016 · 2 comments
Closed

idea, use lightweight http server #11

debris opened this issue Dec 10, 2016 · 2 comments
Assignees

Comments

@debris
Copy link
Contributor

debris commented Dec 10, 2016

Currently jsonrpc-http-server uses hyper. And since I remember there were some issues with it (that's why we have forked it). What do you think about replacing hyper with some other / smaller library? eg. tiny-http

@tomusdrw
Copy link
Contributor

tiny-http is using thread pool, would be best to have something based on event loop instead

@tomusdrw
Copy link
Contributor

tomusdrw commented Feb 1, 2017

Might want to check out https://github.com/tokio-rs/tokio-minihttp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants