A simple multi-user chat application demonstarting the functionality of websockets.
- Multiple users can chat together in real-time
- All users get notified when a user joins/leaves the current room
- Maintains the list of active users
cd client
yarn install && yarn start
cd server
yarn install && yarn start
- Add user is typing indicator
- Add user metadata with via ws on connect rather than on message