Topic
6.3 Realtime & Events
Realtime & Events focuses on how Praisma Hub handles live updates, asynchronous communication, and event propagation. This section explains when and why realtime mechanisms are used, how channels are scoped, and how permissions are enforced at the transport level.
Understanding this layer is critical for features such as live collaboration, notifications, and system monitoring. The topic frames realtime not as a default solution, but as a deliberate architectural choice applied where immediacy adds real value.
Article
6.3.1 Developer Guide — Realtime & Events — WebSockets — Channels and Scopes
This section explains how real-time communication is implemented using WebSockets, focusing on channel scoping, event delivery, and security without exposing internal transport details.
Article
6.3.2 Developer Guide — Realtime & Events — Security — Auth and Permissions
This section explains how authentication and authorization are enforced across real-time systems, focusing on secure session binding, permission checks, and isolation without duplicating transport-level details.