top | item 24944762

(no title)

mradmin | 5 years ago

> You'd use it where you'd use REST/API/JSONRPC/

Not really. You'd use it for inter service communication but can't really use it in the browser (see grpc-web)

discuss

order

hagsh|5 years ago

At my workplace we use gRPC for inter service and client service communication from a VueJS SPA. It took some effort but is working really great right now. A colleague wrote a blog post (actually entire series) about it: https://stackpulse.com/blog/tech-blog/grpc-web-using-grpc-in...

k__|5 years ago

Does gRPC bring fexibility and discoverability like GraphQL?