@zyno-io/ts-server-foundation
v26.717.840
Published
TypeScript server foundation with reflected type metadata
Readme
TS Server Foundation
TypeScript server foundation with dependency injection, reflected HTTP routing and validation, OpenAPI generation, database helpers, workers, SRPC, telemetry, and development tooling.
TS Server Foundation is built and maintained primarily for Zyno Consulting's own production systems. We publish it openly in the hope that it is useful to others, while its roadmap and maintenance priorities remain guided by the needs of those systems rather than a promise of general-purpose framework support.
Quick Start
npx @zyno-io/ts-server-foundation create-app @myorg/my-api
cd my-api
corepack yarn install
corepack yarn devThe generated app uses the metadata compiler and starts its compiled package entrypoint with the explicit server:start command.
Documentation
Repository development commands and contribution conventions are documented in CONTRIBUTING.
Acknowledgements
TS Server Foundation owes a great deal to the open-source projects that made its architecture possible. Deepkit inspired many of the design ideas behind its runtime type reflection, dependency injection, and metadata-driven server APIs. We are especially grateful to Deepkit's maintainer, Marc J. Schmidt, for showing how powerful a cohesive, type-aware TypeScript framework can be.
Typia and ttsc provided the essential compiler groundwork for bringing those ideas to TypeScript 7. TSF builds on their type-analysis and transform infrastructure to generate the runtime metadata at the heart of the framework. Our sincere thanks to Jeongho Nam and every contributor to these projects for making that work available to the TypeScript community.
