This is a chat room application implementation using WebSocket.
WebSocket is a communication protocol that makes it possible to establish a two-way communication channel between a server and a client.
Message model is the message payload that will be exchanged between the client and the server. Implemented the Message class in chat module. All there basic actions covered are.
- ENTER
- CHAT
- LEAVE
Click below Image to see the Live Demo!!
mvn build; mvn spring-boot:run