Introduction

The inTandem JS SDK is a powerful JavaScript library designed to facilitate seamless communication between partners, app developers, and the inTandem platform.

This SDK empowers developers to effortlessly enhance and expand the platform's functionality by utilizing standard communication channels. Whether integrated into applications or widgets, the inTandem JS SDK provides the flexibility and tools needed to create enriched user experiences while streamlining development processes.

The SDK leverages the MessageChannel API under the hood, using its ports to enable seamless communication. All port management and message handling are fully abstracted by the SDK, ensuring a smooth and transparent integration experience for developers. The MessageChannel API ensures that communication is isolated to its dedicated ports, meaning only the intended endpoints can access the message content.