socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
**Describe the bug** I am trying to implementation android and nodejs server. When i am connect to server from android device i am getting invalid payload after 5-6 sec. I...
Hello, when I use `jest.useFakeTimers()`, I don't know how long I have to advance the timers or what method to call so that the internal code that sends and receives...
hi and thx for this @MaximeKjaer https://github.com/socketio/socket.io/pull/3822 # Observation I wanted to use socketio together with rxjs and found out that the typescript compiler can no longer follow through the...
**Feature description and some design details** It's a feature request about adding a negotiation mechanism. 1. In server side, the negotiation can expose a path e.g. `/negotiate` and response a...
### What's in this pull request? This pull request adds a TypeScript boilerplate code to Socket.IO, which includes an example of authentication to secure the socket server and usage examples...
Suppose we have many clients connected, but each one has a set of permissions, how can we block/allow the execution of of all connected listeners without adding the code to...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Some Adapter method return void only that make customized adapter implementer have trouble on implementing. E.g. `io.socketsJoin()` and inner adapter's...
**Is your feature request related to a problem? Please describe.** Some codes in socket.io doesn't await on `Promise`. E.g. this.join() in _onconnect() and this.leaveAll() in _cleanup Although the built-in adapter...
**Describe the bug** I am creating a simple pub-sub system in which I have - A `socket.io` server integrated with `uWebSockets` and **reconnection recovery** is enabled - A publisher emitting...