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
- Host: GitHub
- URL: https://github.com/four43/research-websockets
- Owner: four43
- Created: 2021-04-03T04:32:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T16:50:48.000Z (about 5 years ago)
- Last Synced: 2025-02-09T10:31:01.285Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?