serverpod-server-events
OfficialCoordinate realtime server events across clusters.
System Documentation
What problem does it solve?
Serverpod developers need a reliable way to publish and consume typed events so that realtime features can coordinate state changes without tightly coupling components.
Core Features & Use Cases
- Post messages on named channels: Send typed, serializable event models to interested consumers.
- Consume events via streams or listeners: Receive updates either as a reactive stream or via callback listeners.
- Local vs global delivery: Use local delivery by default, and enable global (cross-server) messaging through Redis when shared delivery is required.
Use case: You have a multi-server realtime app where user profile changes must notify all connected clients; post a UserUpdate event to a channel locally, or publish globally with Redis so every server instance can react.
Quick Start
Tell the AI to publish a UserUpdate to the user_updates channel using local delivery, then create a stream listener that prints each received message.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: serverpod-server-events Download link: https://github.com/serverpod/serverpod/archive/main.zip#serverpod-server-events Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.