w3c / wot-binding-templates

Web of Things (WoT) Binding Templates
http://w3c.github.io/wot-binding-templates/
Other
23 stars 25 forks source link

Add SSE-over-websockets as a subprotocol #102

Open mmccool opened 4 years ago

mmccool commented 4 years ago

Brought up in https://github.com/w3c/wot-discovery/issues/42. Handy for talking to SSE (which we might use for notifications from Directories) from AWS Lambdas.

mmccool commented 4 years ago

Also SSE also has a field for event ids, but that's not available for websockets, so need to add an explicit discriminator; this is used by Conexxus, and should be considered in the design of the SSE-over-websockets subprotocol.

egekorkan commented 4 years ago

By the way, it is implemented in node-wot now, see here