Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
funny_falcon
3y ago
0 comments
Save
Share
TCP can't multiplex. HTTP/2 runs over TCP and does multiplexing.
WebSocket can't multiplex. Nothing prevents gRPC over WebSocket implement multiplexing itself.
0 comments
1 comments · 1 top-level
top
newest
oldest
jayd16
3y ago
Except it wouldn't work with a gRPC agnostic proxy. HTTP/2 can be split up by, say, nginx and requests can be handled separately. Any custom protocol probably won't have that level of support.
j
/
k
navigate · click thread line to collapse