sfcode
An Online Competing and Development Environment
|
A standalone build of socket.io-client
is exposed automatically by the socket.io server as /socket.io/socket.io.js
. Alternatively you can serve the file socket.io.js
found in the dist
folder or include it via CDN.
A slim build (without JSON3
, a JSON polyfill for IE6/IE7, and debug
) is also available: socket.io.slim.js
.
Socket.IO is compatible with browserify and webpack (see example there).
Add socket.io-client
to your package.json
and then:
See API