Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atscan/broadsky

Bridge Streaming Wire Protocol (v0) to NATS and other protocols
https://github.com/atscan/broadsky

atproto atprotocol bluesky bridge bsky go golang nats relay server socket websocket

Last synced: 2 days ago
JSON representation

Bridge Streaming Wire Protocol (v0) to NATS and other protocols

Awesome Lists containing this project

README

        

# broadsky

Bridge [Streaming Wire Protocol (v0)](https://atproto.com/specs/event-stream#streaming-wire-protocol-v0) to [NATS](https://nats.io/) and other protocols

## Installation

```bash
go install github.com/atscan/broadsky/cmd/broadsky@latest
```

## Examples

```bash
# Bridge to NATS (using standard CBOR codec)
broadsky bridge nats bsky.social my-nats-server.com

# Bridge to NATS (using JSON codec)
broadsky bridge nats --codec json bsky.social my-nats-server.com
```

## Authors

- [tree 🌴](https://bsky.app/profile/did:plc:524tuhdhh3m7li5gycdn6boe)

## License

MIT