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