📄️ Installation
Installing and configuring RTM Server on server-side and RTM Client on application side:
📄️ Usage
To enable real-time communication from clients to your backend application, you need to set up the RTM Server.
📄️ Events
The RTM SDK provides support for sending and receiving events. For example, when a user sends a message to another user on your platform, you may want to send the event to the recipient user from your server without them having to explicitly request for the messages. This event can also include any data that can be serialized as JSON.
📄️ Authentication
The RTM SDK comes with built-in support for authentication. This ensures that only authenticated users can call into specific remote functions.