back-end of a chat
Chat where you can just put your name and start chatting
In this application, you need install and start mongo in your pc. Below are the implemented features:
- Add participants
- See participants online
- Send and get messages
- Auto remove participants offline
- Delete and edit a message
express; cors; dotenv; mongodb; dayjs;
joi; string-strip-html.