JL
EN
Docs Home
Menu
Features

Channels

Channels are ephemeral in-memory groupings used for real-time streaming.

feature jsonlog

Channels

Channels are ephemeral in-memory groupings used for real-time streaming.

Behavior

  • Channels are created on demand when cid is first used.
  • Private channels are bound to an account (acc) and require matching auth.
  • Channels are archived from memory after inactivity.
  • GET /log?cid=...
  • POST /log?cid=...
  • WebSocket upgrades with cid query parameter
  • types/channel.md
  • types/log-entry.md