[GH-ISSUE #1541] Implement Server-Sent Events #1085

Closed
opened 2026-05-05 04:27:18 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @vanillajonathan on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1541

💡 Idea
Server-Sent Events (SSE) is a simple way to listen for events. The server should provide a SSE endpoint.
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events
https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events

💻 Target components

ntfy server

Originally created by @vanillajonathan on GitHub (Jan 9, 2026). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1541 <!-- Before you submit, consider asking on Discord/Matrix instead. You'll usually get an answer sooner, and there are more people there to help! - Discord: https://discord.gg/cT7ECsZj9w - Matrix: https://matrix.to/#/#ntfy:matrix.org / https://matrix.to/#/#ntfy-space:matrix.org --> :bulb: **Idea** Server-Sent Events (SSE) is a simple way to listen for events. The server should provide a SSE endpoint. https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events :computer: **Target components** <!-- Where should this feature/enhancement be added? --> <!-- e.g. ntfy server, Android app, iOS app, web app --> ntfy server
gitea-mirror 2026-05-05 04:27:18 -06:00
Author
Owner

@wunter8 commented on GitHub (Jan 9, 2026):

Like this one? https://docs.ntfy.sh/subscribe/api/#subscribe-as-sse-stream

<!-- gh-comment-id:3728928980 --> @wunter8 commented on GitHub (Jan 9, 2026): Like this one? https://docs.ntfy.sh/subscribe/api/#subscribe-as-sse-stream
Author
Owner

@vanillajonathan commented on GitHub (Jan 9, 2026):

Yes!

<!-- gh-comment-id:3728962341 --> @vanillajonathan commented on GitHub (Jan 9, 2026): Yes!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ntfy#1085
No description provided.