Hacker News new | past | comments | ask | show | jobs | submit login

gRPC is awkward on web because it assumes HTTP/2. The web is still half HTTP/1. Also, gRPC does almost everything, but not quite, it doesn't know how to synchronize state in general. It is a heavy weight choice considering that you may only need protobuf. And protobuf is not natively supported in browsers, web devs can't agree on serialization libs, they can only agree on the serialization format. And they didn't choose protobuf ;)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: