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

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

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)