Skip to content

Sample script demonstrating how to run Express with socket.io.

Notifications You must be signed in to change notification settings

Pathik-code/socketio-with-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket.io with Express

This demo shows how to establish a websocket connection and send and receive messages through socket.io.

Make sure you have nvm installed and run:

git clone git@github.com:luciopaiva/socketio-with-express.git
cd socketio-with-express
nvm install
npm install

Then start the sample server:

node server

And finally head your browser to http://localhost:3000 to see it working.


Also see how to use socket.io with Restify.

About

Sample script demonstrating how to run Express with socket.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 15.9%