Y
Hacker News
new
|
ask
|
show
|
jobs
by
mixxit
1917 days ago
I wish gRPC was bidirectional
For now I will stick to SignalR
1 comments
malkia
1917 days ago
It supports bidi, and also single request, multiple responses, or multiple requests, single response -
https://grpc.io/docs/what-is-grpc/core-concepts/#bidirection...
link
mixxit
1916 days ago
'Client- and server-side stream processing is application specific'
Sounds like write it yourself using two streams
link