Y
Hacker News
new
|
ask
|
show
|
jobs
by
oppositelock
3587 days ago
A gRPC->JSON proxy service is simple. I'd use gRPC inside my datacenter, and convert to JSON on the way in and out of the browser.
1 comments
manigandham
3587 days ago
There's already a project that auto-generates a normal REST proxy from a gRPC definition:
https://github.com/grpc-ecosystem/grpc-gateway
link