Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 440 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 440 Bytes

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