https://github.com/sambit77/realtime-notif-app
A springboot app demonstrating real time push notifications using websocket
https://github.com/sambit77/realtime-notif-app
realtime-messaging springboot websocket
Last synced: 19 days ago
JSON representation
A springboot app demonstrating real time push notifications using websocket
- Host: GitHub
- URL: https://github.com/sambit77/realtime-notif-app
- Owner: sambit77
- Created: 2024-12-08T18:59:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T20:54:18.000Z (over 1 year ago)
- Last Synced: 2025-03-06T20:17:13.949Z (over 1 year ago)
- Topics: realtime-messaging, springboot, websocket
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Steps to run the application
1. Run the springboot application ([RealtimenotiappApplication.java](src%2Fmain%2Fjava%2Fcom%2Fexample%2Frealtimenotiapp%2FRealtimenotiappApplication.java))
2. Access the admin page (http://localhost:8080/)
3. Access client1 (http://localhost:8080/client1)
4. Access client2 (http://localhost:8080/client2)
### What does this app do?
This app publishes push notification messages to clients. Use the admin/index page to publish messages directly to clients. Clients will receive it as push notifications (no need of any hard refresh from client side)