Skip to content

PermanAtayev/Chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: