Skip to main content

TS Basis

Typescript Basic Utils & ORM Toolbox

Toolbox Modules

Common - portable typescript type helpers

Data Models - declarative models with extensions

Upstream - ORM-like data syncing based on data models & routing

HTTP Shim - decorator-based HTTP server bootstrapping

Crypto - crypto hash helpers and common elliptic curves

Basic Typescript Utils

Portable Typescript type tools and other common util libraries runnable on browsers and server-side js runtimes (e.g. Node.js, Deno, Bun)

Data Modeling & ORM

Declarative data models and simple data validation based on data definitions. Easy pull/push-based data syncing with datastores

HTTP Shim

Decorator-based HTTP server declaration to manage large server-side applications in TS.
(Supports Express and Fastify)