An open API service indexing awesome lists of open source software.

https://github.com/four43/research-websockets

Hackin around on some websockets and semantics
https://github.com/four43/research-websockets

Last synced: about 1 year ago
JSON representation

Hackin around on some websockets and semantics

Awesome Lists containing this project

README

          

# Research Websockets

Is it symantic to use different protocols for the same endpoint? What does that look like? `GET http://.../resource/:id`
will give us point-in-time snapshot of that resource. What if we use `ws://.../resource/:id` to subscribe to updates?
How does that work?