@winnerjs.org/realtime
v0.1.0
Published
WinnerJS realtime engine
Readme
@winnerjs.org/realtime
WebSockets, live notifications, and realtime dashboards (stub).
Planned phase: Phase 2 — Advanced Features
import { RealtimeHubInstance } from "@winnerjs.org/realtime";
RealtimeHubInstance.channel("chat").broadcast({ text: "hi" });