Chat with realtime client-server interaction on websocket method
- Identification by nickname at start
- Messaging between two users
- Displaying typing status of another user
- Sync messages after disconnect
- Minimalistic design
- Leave reactions to messages
Frontend:
cd frontend
npm i
npm start
Backend:
cd backend
npm i
npm start