Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.05 KB

File metadata and controls

33 lines (21 loc) · 1.05 KB

Tiny Systems JS Module

JavaScript evaluation engine for inline scripting within flows.

Components

Component Description
JS Eval Execute JavaScript (ECMAScript 5.1 + ESM imports) with ESM module support over HTTP

Scripts run in a bare interpreter: no console, fetch, or setTimeout globals are available inside scripts.

Installation

helm repo add tinysystems https://tiny-systems.github.io/module/
helm install js-module tinysystems/tinysystems-operator \
  --set controllerManager.manager.image.repository=ghcr.io/tiny-systems/js-module

Run locally

go run cmd/main.go run --name=js-module --namespace=tinysystems --version=1.0.0

Part of Tiny Systems

This module is part of the Tiny Systems platform -- a visual flow-based automation engine running on Kubernetes.

License

This module's source code is MIT-licensed. It depends on the Tiny Systems Module SDK (BSL 1.1). See LICENSE for details.