|
|
|
|
|
by vbezhenar
4032 days ago
|
|
HTTP/2 does not allow communication from server to client. Server push is another matter, not really controlled by server or client. So you'll end up to polling server. This might be a bit more effective than HTTP/1 polling, but websockets will be better. |
|