A commonly requested language is javascript. I haven't used gRPC with javascript before, so I don't know much about use cases, so here's some questions:
- Is server support desired?
- Is bi-directional streaming support desired?
- Does gRPC currently do bi-directional streaming?
- Is it targeting being run in a browser or is that "web" which is distinct from "javascript" and/or "node"?
- There's an example that shows how to serve both http and raw sockets on the same port, but only handles unitary http requests with json. Would that be sufficient server side support?
This issue is meant to collect information about use cases people have and potential answers to the above questions.
A commonly requested language is javascript. I haven't used gRPC with javascript before, so I don't know much about use cases, so here's some questions:
This issue is meant to collect information about use cases people have and potential answers to the above questions.