### Background - https://github.com/linkeddata/SoLiD#pubsub-notifications ``` HTTP/1.1 200 OK ... Updates-Via: wss://example.org/ ``` ``` sub https://example.org/data/test ``` ``` pub https://example.org/data/test ``` ### Questions 1) Any plans to support [Server-Sent Events](http://www.w3.org/TR/eventsource/) besides Websockets? I understand that client just subscribes and doesn't send any data to server. 2) Could client receive 'fat pings' including payload, for example patch for the resource with optional checksum for checking integrity. ### seeAlso - http://www.html5rocks.com/en/tutorials/eventsource/basics/ - http://streamdata.io/how_it_works/
Background
Questions
seeAlso