atomicdata-dev / atomic-data-docs

Atomic Data is a specification to make it easier to exchange data.
https://docs.atomicdata.dev
MIT License
17 stars 7 forks source link

Synchronization between server and client - websockets for Commits #61

Closed joepio closed 2 years ago

joepio commented 3 years ago

A client side application, such as the atomic-data-browser front-end, should be informed when a Resource is updated server side. This will enable things like live collaboration in Documents.

In this browser, this means opening a Websocket. Through this Websocket, messages can be exchanged both ways. I think we'll need these types of messages:


joepio commented 2 years ago

I've described it here: https://docs.atomicdata.dev/websockets.html