The client
RealtimeClient). Use it if you only need the stream.
Choose a language
TypeScript
@radion-app/sdk — ESM + CJS, ships its own types. Node.js 18+.Python
radion-sdk — async-first, sync or async handlers. Python 3.10+.Rust
radion-sdk — async-first, stream-based, cargo features. Rust 1.85+.How it relates to the raw API
The SDKs use the same protocol shown under WebSockets. Same channels, same filters, same frames. If you want to handle the socket yourself, that reference still works. The SDK just adds the reconnect, heartbeat, and resubscribe code you would otherwise write by hand.Next steps
Installation
Add the package to your project.
Authentication
Pass your API key.
Configuration
Client options and realtime tuning.
Realtime overview
Connect, subscribe, and handle events.