Server side implementation for Chat platform.
Distributed Systems project.
The server response to several events like:
- Send messages
- Create chat rooms
- Join to chat rooms
- Leave chat rooms
- Alerts of new joining
- Get total of users online
A bot user is always online to response for question by connected users.
First step:
Edit the settings file if you want to reconfigure the server.
PATH: ./app/configuration/global-configuration.js
Last step:
Run the server
$ node server.js