Y
Hacker News
new
|
ask
|
show
|
jobs
by
prox
1211 days ago
I am trying to imagine why one would need millions of web sockets :) What are the use cases here?
1 comments
winrid
1211 days ago
Millions of clients. IOT devices? Who knows.
link
ThePhysicist
1211 days ago
It's unlikely you'd want to connect IOT devices to a backend using web sockets, I'd use a UDP based protocol for that, e.g. QUIC. But for web clients it makes sense.
link
winrid
1210 days ago
MQTT is usually the go to protocol for IOT devices. You can do MQTT over WebSockets to help prevent issues using odd ports on home networks etc.
link
inglor
1210 days ago
This was working for Peer5 (YC startup) - building a p2p CDN, these were video viewers in live events (e.g. the world cup).
link