Spring boot websocket chat demo
Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
You can checkout the live version of the application at https://spring-ws-chat.herokuapp.com/ The project is written primarily in Java, first published in 2017. It has gained significant community traction with 1,091 stars and 634 forks on GitHub. Key topics include: chat, sockjs, spring, spring-boot, stomp.
Spring Boot WebSocket Chat Appplication
You can checkout the live version of the application at https://spring-ws-chat.herokuapp.com/

Requirements
-
Java - 11
-
Maven - 3.x.x
Steps to Setup
1. Clone the application
bashgit clone https://github.com/callicoder/spring-boot-websocket-chat-demo.git
2. Build and run the app using maven
bashcd spring-boot-websocket-chat-demo mvn package java -jar target/websocket-demo-0.0.1-SNAPSHOT.jar
Alternatively, you can run the app directly without packaging it like so -
bashmvn spring-boot:run
Learn More
You can find the tutorial for this application on my blog -
https://www.callicoder.com/spring-boot-websocket-chat-example/
Contributors
Showing top 2 contributors by commit count.