Skip to content

This Node.js app uses Express.js and socket.io to create a cyber chat platform.

Notifications You must be signed in to change notification settings

Github4Aaron/express-cyber-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Node.js cyber-chat app uses Express.js and Socket.IO to build websockets. If a browser does not support websockets, it will fall back to long polling, in which the client makes a request of the server to see if data has changed, and leaving this request open for a long period of time.

To start:

  1. Clone the repo
  2. npm install
  3. node sio-server
  4. Navigate to localhost 3000.

About

This Node.js app uses Express.js and socket.io to create a cyber chat platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published