|
|
|
|
|
by justinsaccount
1586 days ago
|
|
As the other comment says, there's nothing inherent to SSE that would have made it slower than websockets. Ultimately they are both just bytes being sent across a long lived tcp connection. Sounds like the implementation you were using was introducing the latency. |
|