socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
**Describe the bug** Ack emit is not propagated through onAnyOutgoing. **To Reproduce** Socket.IO server version: `latest` *Server* ```js import { Server } from "socket.io"; const io = new Server(3000, {});...
#### Description - Seems like this wont work on GraphQL Yoga, but upon setting it up there are no errors - Already tried putting the Socket.io config after server.start but...
### Discussed in https://github.com/socketio/socket.io/discussions/5055 Originally posted by **sarmad36** June 23, 2024 With following configuration this.socket = io({ closeOnBeforeunload: true, reconnection: true, reconnectionDelay: 100, reconnectionDelayMax: 2000, reconnectionAttempts: Infinity, transports: ["polling"], secure:...
### The kind of change this PR does introduce * [ ] a bug fix * [ ] a new feature * [x] an update to the documentation * [...
**Describe the bug** I am using socketio with PM2 and cluster mode. I am using @socket.io/pm2. Also used socket.io/cluster-adapter and socket.io/sticky s per the docs. In client side I changed...
**Describe the bug** Hi, everyone. I was building a websocket chess game. Following is the repository: https://github.com/yang530/websocket_hex_chess I found that socket.to("room").emit() does not do anything if the "room" is its...
Error: Error: Cannot find module './eiows_v18.19.1' Require stack: - node_modules/eiows/dist/eiows.js - script.js Compilation of µWebSockets has failed.Please install a supported C++17 compiler, git and/or update node and reinstall the module...
**Is your feature request related to a problem? Please describe.** so I can use 1 port instead of two port separate. cant use uwebsocket.js due to bun already using it...
Hi, i'm having a bit of a issue with my project. I'm building an app that will stay opened at all times in the device, with a non-stop connection through...
Hello i am using socket.io-client package in my frontend react project this is my frontend code  and in backend my code is setup in node js this is my...