Hacker News
- gRPC-Web: Moving past REST+JSON towards type-safe Web APIs https://spatialos.improbable.io/games/grpc-web-moving-past-restjson-towards-type-safe-web-apis#hn 132 comments
- Generated reverse-proxy server which translates a RESTful JSON API into gRPC https://grpc-ecosystem.github.io/grpc-gateway/ 0 comments
- GRPC and JSON https://grpc.io/blog/grpc-with-json 13 comments
Lobsters
- gRPC and Protocol Buffers as an alternative to JSON REST APIs https://www.smoothterminal.com/articles/grpc-and-protocol-buffers-as-an-alternative-to-json-rest-apis 34 comments api , distributed , programming
- gRPC-Web: Moving past REST+JSON towards type-safe Web APIs https://improbable.io/games/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis 24 comments golang
- GitHub - grpc-ecosystem/grpc-gateway: gRPC to JSON proxy generator https://github.com/grpc-ecosystem/grpc-gateway 5 comments golang
- OpenRPC: JSON-RPC now has an Interface Description to rival GraphQL and gRPC http://open-rpc.org/ 34 comments javascript
- Why LinkedIn chose gRPC+Protobuf over REST+JSON: Q&A with Karthik Ramgopal and Min Chen https://www.infoq.com/news/2023/12/linkedin-grpc-protobuf-rest-json/ 250 comments programming
- Announcing gRPC JSON transcoding for .NET https://devblogs.microsoft.com/dotnet/announcing-grpc-json-transcoding-for-dotnet/ 13 comments dotnet
- Issues creating a gRPC client with Tonic for JSON objects https://www.reddit.com/r/rust/comments/nad3co/issues_creating_a_grpc_client_with_tonic_for_json/ 8 comments rust
- gRPC vs JSON for localhost client/server https://github.com/dontpanic92/wxGo 8 comments golang
- github.com/NYTimes/gizmo/server/kit: simplifying JSON and gRPC with go-kit http://godoc.org/github.com/nytimes/gizmo/server/kit#service 4 comments golang
- Announcing Connect-RPC-Scala library – expose HTTP-REST (JSON) APIs derived from GRPC services https://github.com/igor-vovk/connect-rpc-scala 3 comments scala
- Centrifugo – self-hosted real-time messaging server with bidirectional (WebSocket, SockJS) and unidirectional transports (Eventsource, HTTP-streaming, GRPC), JSON and Protobuf protocols, builtin scalability with PUB/SUB brokers, fully universal/language-agnostic. https://github.com/centrifugal/centrifugo 7 comments selfhosted
- Centrifugo v3 released – with unidirectional transports (GRPC, EventSource, HTTP-streaming), GRPC hooks, faster JSON protocol, high-performance Tarantool engine, and more https://centrifugal.dev/blog/2021/08/31/hello-centrifugo-v3 6 comments golang