Installation

Depending on how you intend to use Relaybox, we provide both client and server SDK libraries. They can be used individually or together to form a robust suite of services for your real-time applications.

Install the RelayBox Client Library SDK

To begin using RelayBox in your client-side codebase, we first need to install the library from Node Package Manager (NPM).

npm install @relaybox/client

Once the installation is complete, you'll be able to access the service by initializing your application.

Install the Relaybox REST Service Library

To begin using Relaybox REST services, we first need to install the REST services library found at:

npm install @relaybox/rest

Once the installation is complete, you'll be able to use the rest application SDK

    On this page