Skip to content

Basic websocket server built with Express and Socket.IO

Notifications You must be signed in to change notification settings

james-work-account/basic-socketio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Websocket Server

Basic server that serves up HTML and talks to the backend via websockets through socket.io

Running

Run one of the following two commands and navigate to http://localhost:YOUR_PORT (default is port 8080).

Development

Make sure Nodemon is installed

npm run dev

Production

npm run serve