socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
### The kind of change this PR does introduce * [x] a bug fix * [ ] a new feature * [ ] an update to the documentation * [...
### The kind of change this PR does introduce * [ ] a bug fix * [ ] a new feature * [ ] an update to the documentation *...
**Is your feature request related to a problem? Please describe.** The way adapters work, every message gets broadcast to all instances of the service. This represents a scalability problem, especially...
**Describe the bug** When passing an object to an emit that contains a function reference it just quietly gets omitted. **To Reproduce** ``` function test_function() { return null; } const...
**Is your feature request related to a problem? Please describe.** We've been working through some connection stability issues with an embedded device with custom Socket.IO client, and I would like...
https://github.com/socketio/socket.io/blob/91e1c8b3584054db6072046404a24e79a17c1367/packages/socket.io-client/README.md?plain=1#L7 The docs also include this one: https://socketio-slackin.herokuapp.com/ Which also fails.