https://github.com/xoriantopensource/springwebsocketintegration
Project demonstrating WebSocket implementation with Spring boot Application
https://github.com/xoriantopensource/springwebsocketintegration
java springboot stompwebsocket websocket
Last synced: 11 months ago
JSON representation
Project demonstrating WebSocket implementation with Spring boot Application
- Host: GitHub
- URL: https://github.com/xoriantopensource/springwebsocketintegration
- Owner: XoriantOpenSource
- Created: 2018-01-22T07:06:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T07:46:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T16:13:58.505Z (about 1 year ago)
- Topics: java, springboot, stompwebsocket, websocket
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringWebSocketIntegration
Project demonstrating WebSocket implementation using Stomp library and Spring boot Application
# How to Run
1. Download project
2. mvn clean install
3. run FrontendApplication (from your IDE as java application) or java -jar FrontendApplication
4. Open webbrowser and hit http://localhost:7999/index.html
5. Click on Connect button and then Click on Subscribe. you will get Server push message within 15 Seconds