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

It supports bidi, and also single request, multiple responses, or multiple requests, single response - https://grpc.io/docs/what-is-grpc/core-concepts/#bidirection...
'Client- and server-side stream processing is application specific'

Sounds like write it yourself using two streams