python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Connect multiple socket-client from different servers on single web-browser page
I have multiple servers in node js so each server has a socket client to communicate with the main server. when I connect all socket-client to the main server web page then I send a message to one spe...
Nikunj
Votes: 0
Answers: 0
can't get socket.io to load correctly in a cloud run container
I have a new path to my site. The new path is deployed with gcloud run deploy. This path is a container and I am trying to get socket.io to work with it. I can only load a CDN in its place currently.
...

Teoman Kirac
Votes: 0
Answers: 0
TypeError: Cannot read properties of undefined (reading 'emit')
I'm trying to use sockets to create a real time video chat application.
This is my server.js code:
const app = express()
const server = require('http').Server(app)
const io = require('socket.io')(serv...
silhuhon
Votes: 0
Answers: 0
Node Socket.IO/Apache doesn't free memory after shutdown
I have a normal setup with multiple cluster. When reaching 10K concurrent connections with websocket, it reaches around 99% memory usage and then shuts down due to low memory.
Now the issue is, that i...
Jaeger
Votes: 0
Answers: 0

