Hacker News new | ask | show | jobs
by theogravity 912 days ago
You mean http as in HTTP1 I'm assuming. It's not; it's HTTP2. It's a binary messaging format over HTTP2. If you want to make it work over HTTP1, you need an envoy proxy to translate. There's a project called grpc-web but it seems dead in the water as it doesn't support things like bi-directional comm that gRPC offers.