paralin / grpc-bus

Call GRPC services (even streams!) from the browser over any two-way socket to Node and soon Go.
MIT License
43 stars 5 forks source link

Rebuild project around libp2p #42

Open paralin opened 6 years ago

paralin commented 6 years ago

@gabrielgrant

Libp2p is a modular library for peer-to-peer transports, protocols, and routing.

It works in the browser and in Node and in Go, all of our desired target environments for this package.

I already have GRPC-over-libp2p: https://github.com/paralin/go-libp2p-grpc

We should easily be able to do GRPC-bus-over-libp2p