Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.06 KB

Chat-app-Node

Simple chat application that supports users and rooms. For users to be able to chat with each other, they have to enter the same room. If the room that users want to access doesn't exist, it will be created automatically.

The deployment of the application can be found here.

Build

  1. Install the node.js.
  2. Initialise the npm
npm init
  1. Pull the code from the github.
  2. Install all of the dependencies for the chat
npm install
  1. Run in developer mode
npm run dev

or run in the production mode

npm start

Third-party libraries:

Server-side:

Following is a list of third-party libraries used in building this web service:

Client-side: