# KGrid Node Runtime
(opens new window) (opens new window)
KGrid Node Runtime, enabled by node express server
This NodeJS application complies with KGrid Common Runtime Specification (opens new window)
# Installation
npm install -g @kgrid/noderuntime
# Configuration
Set the environmental variable of KGRID_ADAPTER_PROXY_URL
to the activator URL.
(Default: http://localhost:8080)
Set the environmental variable of KGRID_NODE_ENV_URL
to the runtime URL.
(Default: http://localhost:3000)
# Start the runtime
Start the runtime by
kgrid-node
Once started, the runtime will register itself with the specified activator and ask the activator to activate all KOs intended for this runtime.
# Runtime Information endpoint
The information about this runtime can be retrieved at /info