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] 05c32f5da8
Bump qs and body-parser in /examples/server/javascript (#1572) #nolog
3 weeks ago
..
fiddle_public Update reference JavaScript examples 3 years ago
latency_public Update reference JavaScript examples 3 years ago
README.md v5 protocol: add JavaScript client and server examples for testing 6 years ago
fiddle.js Pass a `reason` argument to the disconnect handler (#1422) 1 year ago
latency.js Update reference JavaScript examples 3 years ago
package-lock.json Bump qs and body-parser in /examples/server/javascript (#1572) #nolog 3 weeks ago
package.json Bump qs and express in /examples/server/javascript (#1542) #nolog 5 months 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.