massalabs / massa

The Decentralized and Scaled Blockchain
https://massa.net
5.57k stars 711 forks source link

Unidirectional GRPC stream #4661

Open modship opened 6 months ago

modship commented 6 months ago

We should change all the bidirectional gRPC streams that are not truly necessary into unidirectional streams (server -> client).

This would enable gRPC streaming to work from the web (such as a React application).

Simple example : https://github.com/modship/react-grpc