- From: Erik Wilde <dret@berkeley.edu>
- Date: Tue, 26 Mar 2013 17:57:24 -0700
- To: Dominik Tomaszuk <ddooss@wp.pl>
- CC: ashok.malhotra@oracle.com, Graham Klyne <graham.klyne@zoo.ox.ac.uk>, LDP <public-ldp@w3.org>, W3C provenance WG <public-prov-wg@w3.org>
On 2013-03-26 17:13 , Dominik Tomaszuk wrote: > 27.03.2013 00:20, Ashok Malhotra: >> Could Web Sockets http://www.w3.org/TR/websockets/ be used as a PUSH >> mechanism? > Server-Sent Events [1] are more suited. sort of from the client perspective, but they are just a client-side API. they don't say anything about how the event actually is delivered, and thus they are useful for handling push mechanisms in browser apps, but there still needs to be some protocol for actually getting the events to the browser. cheers, dret.
Received on Wednesday, 27 March 2013 00:57:54 UTC