socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
I'm trying to find a solution to avoid multiple connections over multiple open tabs. Instead, I'ld like to share the connection between them (especially since users tend to have up...
Hi there! I'm using the socket-io parser and trying to add a bit of functionality on top, without duplicating everything. It would be amazing if I could just extend the...
I was having some troubles in our app with parsing JSON of several hundred MB. As a result I needed something that could handle that without starving the event-loop. I...
Although I can interpret from the source code and its comments, I feel I still need a clear document on WebTransport communication.🤔
There is no example given of this packet being used.
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com) ### You want to: * [x] report a *bug* I have a socket.io server which apply socket.io...
Unhandled error, error event listener is applied on our side. This happens time to time, due to quick server shutdown and start tests. Seems like something with polling connection establishing....
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com) ### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current...
*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com) ### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current...
### You want to: * [] report a *bug* * [x] request a *feature* ### Current behaviour In the docs: agent (http.Agent): http.Agent to use, defaults to false (NodeJS only)...