Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 376 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 376 Bytes

Chatroom

Java websocket chat application using Spring Boot and Thymeleaf

Chat Room

Complete the chat room application implementation using WebSocket.

Background

WebSocket is a communication protocol that makes it possible to establish a two-way communication channel between a server and a client.

Run the application with command

mvn build; mvn spring-boot:run