Client Installation Version compatibility Browser support Release notes Installation Standalone build From a CDN From NPM Client Installation Version compatibility Here ...
Handling CORS Configuration Troubleshooting Handling CORS Configuration Since Socket.IO v3, you need to explicitly enable Cross-Origin Resource Sharing (CORS). const io =...
Server Initialization Syntax CommonJS ES modules TypeScript Initialization Standalone Attached to an existing HTTP server With an HTTP server With an HTTPS server With an HT...
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...
Introduction What Socket.IO is How does that work? What Socket.IO is not Features Introduction What Socket.IO is Socket.IO is a library that enables real-time, bidirectiona...
Client Installation Compatibility Release notes Installation Standalone build From a CDN From NPM Client Installation Compatibility Socket.IO does support IE9 and above. ...
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...
Cluster adapter How it works Installation Usage With Node.js cluster With PM2 With recluster Options Cluster adapter How it works The Cluster adapter allows to use Sock...