Java websocket chat application using Spring Boot and Thymeleaf
Complete the 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.
mvn build; mvn spring-boot:run