Questions tagged [socket.io-1.0]

The latest version of Socket.IO library.

Socket.IO enables real-time bidirectional event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed.

Migrating from 0.9.x

255 questions
12
votes
3 answers

SocketIo.use(function(socket, next)) - Where goes next, how to catch or receive it?

I found example of using socket.IO 1.* width Express 4. Here is a link Everyting works perfectly. But there is a code: io.use(function(socket, next) { try { var data = socket.handshake || socket.request; if (! data.headers.cookie) { …
onar
  • 487
  • 1
  • 4
  • 14
11
votes
3 answers

socket.io connection event not firing in firefox

Im having something like the below code.