Y
Hacker News
new
|
ask
|
show
|
jobs
by
Lukasa
4032 days ago
Sure it does. HTTP/2 streams are bidirectional. The websocket flow can be perfectly emulated in HTTP/2: make a websockety request, get a 200 HTTP response, then both sides keep the stream open and send data through it.
1 comments
vbezhenar
4031 days ago
How is it different from HTTP/1 with keep-alive connection?
link