Forge Realtime allows you to send events between different instances of your Forge app. This includes instances across different browsing contexts.
For example, you can broadcast realtime events to the multiple tabs that a user has opened. Or you can broadcast realtime events across multiple users that have your app open.
Forge Realtime capabilities include:
Sending and receiving events between instances of your Forge frontend (Custom UI and UI Kit)
Publishing events from your Forge backend to your Forge frontend, using the @forge/realtime package
A secure-by-default yet flexible channel permissions context
Realtime channel contexts meet the same authentication and confidentiality standards as Atlassian app contexts. The Forge Realtime API also allows for fine-grained control over channel context - for example, restricting channels on a per-issue or per-project basis.