Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atscan/broadsky
- Owner: atscan
- Created: 2023-07-13T03:12:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T09:08:33.000Z (over 1 year ago)
- Last Synced: 2023-09-05T03:03:30.493Z (about 1 year ago)
- Topics: atproto, atprotocol, bluesky, bridge, bsky, go, golang, nats, relay, server, socket, websocket
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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