Home / Platform / Overview
Architecture · 014.2

One nodejs control plane. Every cluster, every region.

Adensabais unifies node-js workload scheduling, mesh routing, and runtime telemetry into a single deterministic control plane that engineering teams actually trust.

Request a Technical Demo →
Module · PlatformTier · EnterpriseRegion · GlobalUpdated · 2025-Q4
// Architecture

Five layers, one runtime contract.

Each layer of the Adensabais stack is independently versioned and independently observable. No hidden coupling between scheduler and gateway.

L1 · Edge

Anycast Ingress

TLS termination, JA3 fingerprinting, and request shaping at the edge of every region.

L2 · Gateway

API Mesh

Per-route policy, circuit breakers, retry budgets, and node js header rewriting.

L3 · Runtime

Node Worker Pools

Pinned node-js versions, isolate snapshots, and warm pool reuse across deploys.

L4 · State

Stream & KV

Strongly-typed event spine, exactly-once handlers, replay windows up to 14 days.

L5 · Telemetry

Causal Tracing

Stack-aware spans across the entire nodejs call graph — no manual instrumentation.

L0 · Control

Declarative Plane

One YAML manifest, signed and reproducible across every Adensabais environment.

// Manifest

Declarative node js, end to end.

Define the runtime, route map, and resource envelope in one document. Adensabais reconciles it across regions in under 90 seconds.

  • Pinned node-js LTS or current
  • Per-route concurrency limits
  • Region weighting & failover
  • Signed and audit-logged
apiVersion: adensabais/v2
kind: NodeService
metadata:
  name: orders-api
spec:
  runtime: node-js@20.11
  replicas: { min: 4, max: 32 }
  routes:
    - path: /v1/orders
      concurrency: 256
      timeout: 4s
  observability:
    tracing: causal
    metrics: rate-error-duration
// Comparison

How Adensabais differs from generic container platforms.

CapabilityGeneric PaaSAdensabais Node
node-js version pinningPer-imagePer-route, per-region
Cold start1.5–6.0s< 90ms warm pool
Mesh observabilitySidecar logsCausal trace graph
Deploy reconciliationRollingSigned declarative
Audit postureAdd-onSOC2 + ISO 27001 native