Messager:
- you can communicate with other people in real time,
- has 4 bots
- Echo bot: sends the received message;
- Reverse bot: send the reversed message after 3 seconds;
- Spam bot: ignores messages and send spam messages with random time interval;
- Ignore bot: ignores messages.
- DEMO
- server code
- Node v12.16.3 and higher
- NPM v6.14.4 and higher
- Fork and clone this repository
- Run
npm install
in your terminal - Run
npm start