JavaScript/TypeScript API

The Iotellect Server open-source Application Programming Interface for JavaScript/TypeScript (Iotellect Server JS/TS API) is a convenient library for accessing Iotellect Server from any JavaScript or TypeScript application using Iotellect Communication Protocol.

The API sources can be found in the Iotellect GitHub. A demo application showing how to interact with Iotellect Server from a React-based application is also available.

Features of JavaScript/TypeScript API

Using this API, you can:

  • Access server resources and connected devices;

  • Modify server and device configuration;

  • Execute server and device operations;

  • Acquire server and device events.

Technically, the JavaScript/TypeScript API provides the following functionality:

  • Full access to the server contexts through a so-called proxy context tree;

Was this page helpful?