An open API service indexing awesome lists of open source software.

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

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