Channels
Channels are ephemeral in-memory groupings used for real-time streaming.
Behavior
- Channels are created on demand when
cidis first used. - Private channels are bound to an account (
acc) and require matching auth. - Channels are archived from memory after inactivity.
Related Endpoints
GET /log?cid=...POST /log?cid=...- WebSocket upgrades with
cidquery parameter
Related Types
types/channel.mdtypes/log-entry.md