I'm using Angular 17 and Spring Boot 3.3.0, and I have Server-Sent Events (SSE) working on both the backend and frontend.

I need to display a push notification in Angular whenever a new SSE event is received. The notification should appear even if the user is not actively viewing the browser tab (tab in background or minimized).

This is a standard web application accessed through desktop browsers (Windows, macOS, Linux) and mobile browsers (Android and iOS).

Is it possible to trigger system-level notifications from SSE in this scenario, or do I need to implement Web Push/Service Workers instead? If so, what is the recommended approach?

0

Your Reply

By clicking “Post Your Reply”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.