Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 880 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 880 Bytes

Hexlet tests and linter status:

Actions Status Maintainability

About

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.

System requirements

Node.js v18

How to install

  • Clone this repository
  • Run make install in the terminal to install dependencies
  • Run make start in the terminal to start server and frontend