Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 346 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 346 Bytes

Socket.IO Fiddle

$ npm install
$ npm start # run the server and client

Example:

```sh
coderaiser@cloudcmd:~/socket.io-fiddle$ time npm start

> [email protected] start /home/coderaiser/socket.io-fiddle
> node client.js

server listening on port 3000
connect error Invalid namespace

real	0m45.866s
user	0m0.796s
sys	0m0.100s