tmc / grpc-websocket-proxy

A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
MIT License
553 stars 72 forks source link

Support non-streaming grpc endpoints #4

Closed nirshirion closed 7 years ago

nirshirion commented 7 years ago

When trying to expose the entire grpc api in websockets, it would be a nice feature to support the request-response endpoints.

johanbrandhorst commented 7 years ago

These are supported already by the underlying grpc-gateway, what use case do you have where you must not use normal HTTP methods?

tmc commented 7 years ago

@nirshirion ping, can you elaborate on your use case here?

tmc commented 7 years ago

I can kind of squint and see some sort of consistency argument here but without a real use case I'm not going to entertain this further. Please feel free to re-open.