Skip to content

socketio/socket.io-fiddle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket.IO Fiddle

$ docker-compose up -d      # start the Redis container
$ npm install               # install the dependencies
$ npm start                 # run the server
$ npm run client            # run the nodejs client
$ node emitter.js           # run the Redis emitter

And point your browser to http://localhost:3000. Optionally, specify a port by supplying the PORT env variable.

About

A minimal example to play with Socket.IO

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.0%
  • HTML 49.0%