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

HTTP is slow, switch to rpc #2

Open
donutloop opened this issue Oct 4, 2017 · 2 comments
Open

HTTP is slow, switch to rpc #2

donutloop opened this issue Oct 4, 2017 · 2 comments

Comments

@donutloop
Copy link

Switch form HTTP too RPC to increase the performance of every request and you get a lot of additional features which HTTP don't have.

This project seems pretty interesting. I can offer you my help to speed up the development process.

contact me anytime ;)

@crisadamo
Copy link
Owner

Thanks for your suggestion @donutloop, as this project started as a mean to understand better blockchain, the easiest way to try this was to use HTTP with JSON. But you are right, this should use an RPC instead. I don't actually know what this could end up being but as an exercise, I'll add gRPC or gobs as an alternative.

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

3 participants
@crisadamo @donutloop and others