🙏 Setting Up
Installation
npm install @solacelabs/solace-connect
Usage
Importing the SDK
Firstly, import the SDK into your project using the following line of code:
import { SolaceConnect } from '@solacelabs/solace-connect';
Last updated