beingmohit / libp2p-rpc

:satellite: A libp2p node with rpc using protocol buffers
MIT License
16 stars 5 forks source link

Just discovered this module #2

Closed daviddias closed 6 years ago

daviddias commented 6 years ago

Found this module through https://github.com/libp2p/js-libp2p/issues/181. Nice work @beingmohit! Do you have a demo of it?

beingmohit commented 6 years ago

Thanks! Currently I don't have any demo of it. but examples directory contains code that does simple rpc on connection with other peers and print response on console.