atscan / broadsky

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broadsky

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

Installation

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

Examples

# 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

License

MIT

About

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


Languages

Language:Go 94.4%Language:Makefile 5.6%