Hacker News new | ask | show | jobs
by sshb 1915 days ago
I've recently stumbled upon WebRPC https://github.com/webrpc/webrpc

It solves gRPC's inability to work nicely with web browsers.

2 comments

Are you familiar with gRPC-web?

https://github.com/grpc/grpc-web

Yes, it bloats js bundle size quite a lot due to protobuf.
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.