solid / notifications

Solid Notifications Technical Reports
https://solid.github.io/notifications/protocol
MIT License
11 stars 7 forks source link

Add Braid as a notification type #193

Open michielbdejong opened 1 month ago

michielbdejong commented 1 month ago

If a client does a GET with a subscribe: true header, then the server can keep the connection open, and register this connection as a notification subscriber. Then each time that resource changes, the new version of the document is also sent over that connection.