Files
socket.io/examples/latency
Damien Arrachequesne 609223959c docs: update latency example
The enchilada module fails to bundle the Engine.IO client, so we'll
just import the published bundle.

The exception seems to come from debug:

> Spread must be the final element of an element list
2020-09-11 02:40:28 +02:00
..
2020-09-11 02:40:28 +02:00
2020-09-11 02:40:28 +02:00
2020-09-11 02:40:28 +02:00
2020-09-11 02:40:28 +02:00
2020-09-11 02:40:28 +02:00

eio-latency

Running

First, execute:

$ npm install

Then execute the server:

$ node index

And point your browser to localhost:3000 (if PORT is set in your environment, then it will use that instead).