massa icon indicating copy to clipboard operation
massa copied to clipboard

Unidirectional GRPC stream

Open modship opened this issue 1 year ago • 0 comments

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

modship avatar Mar 13 '24 09:03 modship