Skip to content

qlefevre/spring-boot-websocket-chat-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot WebSocket Chat Appplication

You can checkout the live version of the application at https://spring-ws-chat.herokuapp.com/

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

Steps to Setup

  1. Clone the application
git clone https://github.com/callicoder/spring-boot-websocket-chat-demo.git
  1. Build and run the app using maven
cd 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 -

mvn 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/

About

Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 23.8%
  • Java 19.3%
  • Batchfile 18.3%
  • CSS 18.0%
  • JavaScript 13.3%
  • HTML 7.3%