项目作者: dholalchi
项目描述 :
Whats App like application using Spring, STOMP and Websocket API
高级语言: HTML
项目地址: git://github.com/dholalchi/spring-websocket-stomp-chatter-app.git
spring-websocket-stomp-chatter-app
Whats App like application using Spring, STOMP and Websocket API
About
- Whats app like web app with minial features powered by spring boot(2.0.7.RELEASE)
- Bi-directional Client and Server communication using Websocket API and STOMP
Requirements
- Java 1.8
- Maven 3.5.2 (may be 3+)
- Chrome or Firefox web browser
build
mvn clean install -DskipTests
run
mvn spring-boot:run
test
http://localhost:8080/A #user one
http://localhost:8080/B #user two