Messenger App using WebSocket protocol to communicate to other users in a private mode as well as in a public group. Developed using Spring Boot and React.js.
- User can connect to chatbox by entering username.
- User can send public message to all the connected user.
- User can send private message to specific user that are connected.
Connecting to chat messenger by entering user name All the users who are connected are displayed Sending public message Sending private message