RTradeLtd / TxPB

TemporalX gRPC and Documentation Resources
https://docsx.temporal.cloud
GNU Affero General Public License v3.0
14 stars 1 forks source link

Enable gRPC Usage Of LibP2P Streams #81

Open bonedaddy opened 4 years ago

bonedaddy commented 4 years ago

LibP2P hosts allow creating "streams" that are invoked whenever a request is made to a particular protocol ID. We should enable an RPC that allows registering a handle for a given protocol ID. The handler is pretty simple and consists of:

This will need to be a client/server streaming RPC, or a server streaming RPC