You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot] 4e3541b5d3
Bump socket.io-parser from 4.0.4 to 4.0.5 in /examples/server/javascript (#1083) #nolog
3 years ago
..
fiddle_public v5 protocol: add JavaScript client and server examples for testing 4 years ago
latency_public v5 protocol: add JavaScript client and server examples for testing 4 years ago
README.md v5 protocol: add JavaScript client and server examples for testing 4 years ago
fiddle.js Pass custom authentication data with client connection (Fixes #661) 4 years ago
latency.js v5 protocol: add JavaScript client and server examples for testing 4 years ago
package-lock.json Bump socket.io-parser from 4.0.4 to 4.0.5 in /examples/server/javascript (#1083) #nolog 3 years ago
package.json Pass custom authentication data with client connection (Fixes #661) 4 years ago

README.md

Socket.IO JavaScript Examples

$ npm install
$ node fiddle  # to run the fiddle server example
$ node latency # to run the latency server example

And point your browser to http://localhost:5000. Optionally, specify a port by supplying the PORT env variable.