This is a SPA that provides any kind of communication and offers a real-time transmission of text messages from sender to receiver. The application has multiple channels by default (deleting and renaming is not available). It is also possible to create new channels (deleting and renaming is available). The app is localized into Russian and English, supports profanity filter.
- Just follow this link
- Enjoy your conversation
- Clone the project
git clone https://github.com/rmanzman/chat.git
- Install dependencies
cd chat
make install
- Start frontend and backend server
npm run dev