Skip to content

coderaiser/socket.io-fiddle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal example to play with Socket.IO

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.6%
  • HTML 13.4%