coderaiser / socket.io-fiddle

A minimal example to play with Socket.IO

Home Page:https://socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO Fiddle

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

Example:

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

> socket.io-fiddle@0.0.1 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

About

A minimal example to play with Socket.IO

https://socket.io


Languages

Language:JavaScript 86.6%Language:HTML 13.4%