A fullstack chat application with real-time messaging using WebSocket. Users can join rooms and communicate instantly.
👉 Try it here: Realtime Chat App Demo
- Create a new account or log in to access the chat
- Enter a Room ID to join an existing room
- Set up a new chat room to start a conversation
- Rename the room, copy the Room ID, leave, or delete the room
- Send and receive messages with other participants
- Sign out from your account safely
https://github.com/alyonashunevych/realtime-chat-app-backend
- React (TypeScript)
- SCSS
- WebSocket
- Real-time messaging
- Join chat rooms
- Multiple users support
- Instant UI updates
- Basic message grouping
git clone https://github.com/alyonashunevych/realtime-chat-app.git
cd realtime-chat-app
npm install
npm start




