Notifier Module

Overview

The Diarkis Notifier sends messages from the server to all connected Diarkis client devices. Thanks to the unique design of the Diarkis Notifier, the Diarkis server cluster can send messages to all connected devices with no delay and no increase in server load.

This module is useful in scenarios where you need to notify all connected user clients simultaneously.

For detailed technical information, please refer to this API reference.

Traditionally, such functionality required extensive server resources to deliver messages to millions of connected devices simultaneously. Additionally, this type of functionality usually caused message delivery delays, and mitigating this issue has been technically challenging.

The Diarkis Notifier addresses all of the above problems. This module acts as a one-way messaging system for sending messages from the server to the client. Therefore, it is not suitable for communication or synchronization between clients.

Last updated