FAQ Can I use wildcards in events? Prevent flooding from single connection? Socket.IO with Apache Cordova? Socket.IO on iOS? Socket.IO on Android? Usage with express-session...
FAQ Can I use wildcards in events? Prevent flooding from single connection? Socket.IO with Apache Cordova? Socket.IO on iOS? Socket.IO on Android? Usage with express-session...
Migrating from 0.9 Authentication differences Socket.io uses middleware now … so its cleaner to do auth via middleware now Namespace authorization? Log differences Logging is n...
Troubleshooting connection issues In Node.js Listening to the connect_error event Debug logs In the browser In the Network Monitor of your browser Troubleshooting connecti...
Migrating from 0.9 Authentication differences Socket.io uses middleware now … so its cleaner to do auth via middleware now Namespace authorization? Log differences Logging is n...
Server new Server(httpServer[, options]) new Server(port[, options]) new Server(options) server.sockets server.serveClient([value]) server.path([value]) server.adapter([value...
Client Installation Version compatibility Browser support Release notes Installation Standalone build From a CDN From NPM Client Installation Version compatibility Here ...
Custom parser Implementing your own parser The default parser The msgpack parser Custom parser Since Socket.IO v2.0.0, it is now possible to provide your own parser, in order...
Client Installation Compatibility Release notes Installation Standalone build From a CDN From NPM Client Installation Compatibility Socket.IO does support IE9 and above. ...