|
|
|
|
|
by Matthias247
1418 days ago
|
|
The idea here is that http provides something like request/response semantics, methods, path, status code, etc - which are all also useful for gRPC. Websockets provide none of that - they are just message streams. Websockets over http/2 are a new thing, and haven’t even been available at the time gRPC incepted. |
|
As far as I know for HTTP/3 there is no way to use websockets yet.