InterSystems Native SDK for Node.js
The InterSystems Supply Chain Orchestrator™ Native SDK for Node.js is a lightweight interface that allows Node.js applications to access powerful Supply Chain Orchestrator resources formerly available only through ObjectScript:
-
Call InterSystems Class Library methods from JavaScript
Call any ObjectScript or Embedded Python class method directly from your JavaScript application.
-
Perform transactions in the same session and context as server applications
Your applications can work together with embedded language applications, performing transactions in the same session and context, using the same connection. The connection is fully reentrant, so all applications can join or leave the session as necessary.
-
Directly access globals, the tree-based sparse arrays used to implement the InterSystems multidimensional storage model.
To use the Native SDK for Node.js, you must download the Node.js connection package as described in Connection ToolsOpens in a new tab.
Native SDKs are also available for Python, Java, .and NET.