I'm brand new to gRPC coming from websockets using crossbar.io. 

The way we are used to working is basically services and clients all 
connect to a single router which facilitates communication between services 
and consumers/clients

Can someone tell me how gRPC web clients talk to multiple backend services 
via a single connection, is it more like REST where if a client wants to 
call the auth service is posts to /auth and to get a profile it does a get 
request to /profile
or do I need to create a single backend service to act as a server/router 
which other services register to?

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/00e556a5-5ae4-4403-8657-55c7d106849b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to