5 ms·
I've recently stumbled upon WebRPC https://github.com/webrpc/webrpc https://github.com/webrpc/webrpc It solves gRPC's inability to work nicely with web browser
by sshb 6y ago
I've recently stumbled upon WebRPC https://github.com/webrpc/webrpc https://github.com/webrpc/webrpc
It solves gRPC's inability to work nicely with web browsers.
- alexhutcheson 6y agoAre you familiar with gRPC-web? https://github.com/grpc/grpc-web https://github.com/grpc/grpc-web
- sshb 6y agoYes, it bloats js bundle size quite a lot due to protobuf.
- Sean-Der 6y agohttps://github.com/jsmouret/grpc-over-webrtc https://github.com/jsmouret/grpc-over-webrtc is another way to get into the browser. It's nice that you don't have to do any translation. Just gRPC in/out of the browser.