Node js
If your application server is developed using Node.js technology, you can use our server SDK to minimize development efforts. It has all the required APIs implemented.
To integrate proconf-server-sdk into your application server.
npm i git+https://gitlab.springct.com/springct/proconf_server_sdk.git#base_code
To import proconf-server-sdk into your application server.
const { serverSDK } = require('proconf-server-sdk');