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.
- Install the node.js.
- Initialise the npm
npm init
- Pull the code from the github.
- Install all of the dependencies for the chat
npm install
- Run in developer mode
npm run dev
or run in the production mode
npm start
Following is a list of third-party libraries used in building this web service: