In the application, you can create and manage new chats, exchange messages in real time. Implemented registration and authorization of users censorship of certain words, sending/receiving messages and actions with channels implemented on socket.io.
Node.js v18
- Clone this repository
- Run
make install
in the terminal to install dependencies - Run
make start
in the terminal to start server and frontend