tmc / grpc-websocket-proxy

A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
MIT License
553 stars 72 forks source link

Client example for understanding the streaming REST APIs #29

Open brsanjay opened 3 years ago

brsanjay commented 3 years ago

I am unable to find a good example to understand how the streaming works via web sockets.

Any link reference or example code would help a lot.

Thanks in advance.

tmc commented 2 years ago

This project certainly needs more elaborate documentation and example, there's some other low hanging fruit (modernization, global reduction/elimination, test cases) but I'm keen to get some good examples and docs together as well.

tmc commented 2 years ago

The code as-is was a quick open-sourcing of some internal work from a previous job and it needs a little love to get it into nice reusable package.