spring-boot-chatrooms icon indicating copy to clipboard operation
spring-boot-chatrooms copied to clipboard

Spring Boot chatroom with multiple rooms using STOMP over websockets.

Spring Boot Chatroom

Spring Boot websocket chatroom with arbitrary number of rooms.

Forked from the following tutorial: https://www.callicoder.com/spring-boot-websocket-chat-example/

Run the server with gradle and visit localhost:8080:

./gradlew bootRun