Expand description
Bellows — Anvilforge’s real-time broadcaster.
WebSocket server with a Pusher-compatible wire protocol (subscribe → channel_event → publish) so Laravel Echo and existing client SDKs Just Work. “Bellows” because it breathes life into the forge — pushing events out to connected browsers in real time.
POC scope: public channels via Axum’s WebSocketUpgrade. Private and
presence channels land in v1.1 alongside the Spark auth bridge.
Structs§
Traits§
- Broadcastable
- Application-layer trait for broadcastable events. App code implements this
and calls
broadcast(...)to push it onto a channel.