Skip to content

feat(notifications): Add WebSocket and Server-Sent Event channels#162

Draft
laurensdeb wants to merge 1 commit into
notifications-basefrom
notifications-streaming
Draft

feat(notifications): Add WebSocket and Server-Sent Event channels#162
laurensdeb wants to merge 1 commit into
notifications-basefrom
notifications-streaming

Conversation

@laurensdeb
Copy link
Copy Markdown
Contributor

@laurensdeb laurensdeb commented May 18, 2026

This is a class 4 change to the protocol. It will need discussion and a WG vote before merging.

This PR adds client-server streaming notification channels on top of the base notifications specification (#161):

  • WebSocket: persistent bidirectional connection for real-time events
  • Server-Sent Events (EventSource): persistent HTTP stream for real-time events

Both channels use capability URLs for connection establishment and share the common notification envelope defined in the base specification.

Depends on #161


Preview | Diff

Introduce client-server streaming notification channels:
- WebSocket: persistent bidirectional connection for real-time events
- Server-Sent Events (EventSource): persistent HTTP stream for real-time events

Both channels use capability URLs for connection establishment and share
the common notification envelope defined in the base specification.
@laurensdeb
Copy link
Copy Markdown
Contributor Author

See preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants