|
|
|
|
|
by jsmouret
2192 days ago
|
|
The idea started from a long running discussion about adding support for bidirectional streaming to grpc-web ( https://github.com/grpc/grpc-web/issues/24 ) While Improbable already has a solution using Websocket, WebRTC can bring UDP, peer to peer and NAT traversal for free, which can be really cool. I hope this proof of concept inspires a proper production implementation :) |
|
The situation there still doesn't have changed if I read that thread correctly - but instead of adding those APIs there is now talk about using completely different technologies and yet another set of non-available APIs? That doesn't make a lot of sense to me.
And while WebRTC (or using a not-yet-specified protocol on top of QUIC) might be rather cool POCs, those throw a lot of complexity at a workaround for a problem which seems to have a far easier solution (get the required APIs implemented).