Skip to content
This repository was archived by the owner on Mar 17, 2019. It is now read-only.

jameshiew/simple-chat-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-chat-websockets

Example chat application using socket.io where users can only be in one chat channel at a time.

This simple example was created in response to this question on Stack Overflow.

Install

Do npm i inside the project directory.

Run

Do npm start inside the project directory to start serving with nodemon on port 3000, then navigate to localhost:3000. Changes to server.js or index.html should cause a server restart automatically.

About

Example chat application using socket.io where users can only be in one chat channel at a time

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published