@owdproject/module-atproto-jetstream
v0.0.2
Published
<p align="center"> <img width="160" height="160" src="https://avatars.githubusercontent.com/u/201536780?s=160&v=4" /> </p> <h1 align="center">ATProto Jetstream Module</h1> <h3 align="center"> AT Protocol Jetstream Module for Open Web Desktop. </h3>
Readme
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-jetstreamUsage
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.
