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] 3e95bb5ca8
Bump path-to-regexp and express in /examples/client/javascript (#1416) #nolog
4 months ago
..
README.md v5 protocol: add JavaScript client and server examples for testing 4 years ago
fiddle_client.js Pass custom authentication data with client connection (Fixes #661) 4 years ago
latency_client.js v5 protocol: updated all examples 4 years ago
package-lock.json Bump path-to-regexp and express in /examples/client/javascript (#1416) #nolog 4 months ago
package.json Bump path-to-regexp and express in /examples/client/javascript (#1416) #nolog 4 months ago

README.md

Socket.IO Fiddle

$ npm install
$ node fiddle-client.js   # to run the fiddle example
$ node latency-client.js  # to run the latency example

Optionally, specify a port by supplying the PORT env variable.