maravilla-realtime
Installation
SKILL.md
Maravilla Realtime
Two complementary surfaces:
platform.realtime— server-side pub/sub channels and presence tracking.- REN (Real-time Event Notifications) — SSE stream that fans KV/DB/storage writes out to subscribed browser clients.
Use platform.realtime for application-level channels (chat rooms, game state, "user is typing"). Use REN when you want the UI to live-update from data writes without designing a custom channel.
platform.realtime — pub/sub + presence
import { getPlatform } from '@maravilla-labs/platform';
const rt = getPlatform().realtime;