|
|
|
|
|
by striking
3842 days ago
|
|
WebSockets are for fast, low-overhead connections. If you end up making a new HTTP connection for every update, and there are a lot of updates happening, you should be using WebSockets instead. Otherwise, HTTP works best. It has better tooling and will soon be even faster due to HTTP/2. |
|