WebSocket
Open a live socket, subscribe to channels and watch frames arrive as toast notifications.
Open a live socket, subscribe to channels and watch frames arrive as toast notifications.
WebSocket connection
POST /websocket/handshakewss://…/ws?ticket=…{"type":"subscribe"}Incoming frames raise an interactive toast — heartbeats can be acknowledged with Disconnect, channel events with Unsubscribe, and pongs with Pong back. Every frame is also persisted to the Logs page for replay.
articlesPush events for article publishes, edits, and reactions.
projectsLive project case-study status changes and tier updates.
experienceNew experience entries and role transitions as they happen.
systemServer heartbeats, region info, and rate-limit warnings.
presenceOther connected clients joining or leaving the socket.
pong + ackWhatever you send comes back wrapped in an echo frame.