|
|
|
|
|
by V1
4407 days ago
|
|
You could also just use Primus which exposes a Stream compatible wrapper by default for the client and server. https://github.com/primus/primus (Primus uses engine.io,sockjs,browserchannel,websockets internally so you're no longer locked into a specific framework) |
|
why would I need engine.io,websockets for example when engine.io already uses websockets if it can upgrade the connection to them?