This module enables real-time reactive syncing of Open Web Desktop state from the AT Protocol using Jetstream, a lightweight streaming service.
- Connects to Jetstream over WebSocket
- Subscribes to desktop collections (org.owdproject.*)
- Streams updates for
desktop
,windows
, andmeta
- Automatically patches Pinia stores in real-time
owd install-module @owdproject/module-atproto-jetstream
You could set this configuration in /desktop/owd.config.ts
:
atprotoJetstream: {
{
startOwnerDesktopStreamOnMounted: true,
host: "jetstream1.us-east.bsky.network"
}
}
This module is released under the MIT License.