Skip to main content

Node

The Node object corresponds to the currently running Jit node. Developers use app.node to obtain the Node object.

Properties

NameTypeDescription
nodeIdstrNode ID, e.g., JN_c1tqsCN7Q5
startIdstrNode startup ID, a unique startup ID is generated each time the node starts
nodeTypestrNode type, e.g., bizNode
portintNode port, e.g., 8080
bindIpstrNode bind IP, e.g., 127.0.0.1
orgIdstrOrganization ID
configFilestrNode configuration file path, e.g., /data/jitnode/home/node.json
indexHTMLstrNode homepage HTML file path
activeHTMLstrNode activation page path
versionstrNode version, e.g., 1.0.0
info

All properties are read-only

JitAI AssistantBeta
Powered by JitAI