Y
Hacker News
new
|
ask
|
show
|
jobs
by
zemo
2267 days ago
when you say http do you mean a roundtrip per data point? curious if you went from 1 http request per data point to webrtc or from something more like 1 websocket message per data point to webrtc.
1 comments
geocar
2267 days ago
The former. Events might come minutes apart, and session establishment costs peanuts compared to having a TCP port open for minutes.
link