Skip to content

Simple web room chat using socket-io module in JavaScript

Notifications You must be signed in to change notification settings

felix029/room-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple room chat

Really simple room chat using Node.js with the socket.io module and the client that goes with it. Any constructive comments or help is appreciated.

Installation

Make sure you have installed node.js on your computer then install the required packages by running: npm i

Usage

To Start the server, simple run this:

npm start

The client can now be launched from your browser, http://localhost:3000

About

Simple web room chat using socket-io module in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published