Files
socket.io/examples/latency/README.md
Guillermo Rauch 53c75034d2 Merge pull request #204 from andybons/example
Correctly log the port that the latency example is running on.
2014-01-06 08:27:39 -08:00

228 B

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).