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.
-
Manipulate embedded language objects
Create proxy objects in your applications to control embedded language class instances. Call instance methods and get or set property values as if the instances were native JavaScript objects.
-
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.
Native SDKs are also available for Python, Java, .and NET.