JSPM

@zebric/runtime-core

0.2.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q93117F
  • License MIT

Zebric Runtime Core - Platform-agnostic engine and ports

Package Exports

  • @zebric/runtime-core

Readme

@zebric/runtime-core

Platform-agnostic engine core for Zebric. Provides the routing, authentication, validation, query execution, and rendering logic shared across all Zebric runtimes.

Installation

npm install @zebric/runtime-core

You likely don't need to install this directly — it's a peer dependency of @zebric/runtime-node and @zebric/runtime-worker.

What's Inside

  • Blueprint parsing — loads and validates blueprint.toml/json application definitions
  • Request routing — maps HTTP requests to blueprint-defined endpoints
  • Auth & sessions — session management, CSRF protection, access control
  • Query execution — database-agnostic query port for CRUD operations
  • HTML rendering — server-side rendering of blueprint-defined UI
  • Port interfaces — TypeScript interfaces for implementing platform adapters

Documentation

Full docs at docs.zebric.dev

License

MIT