A TypeScript + Node.js framework for building scalable, easy to read and maintain server-side applications.
Documentation Β· Getting Started Β· Project Board Β· Community
npm i @expressots/coreExpressoTS Core is the foundation of the framework. It provides dependency injection, routing, middleware orchestration, lifecycle hooks, interceptors, guards, error handling, and the application bootstrap. Everything needed to structure and run a server-side TypeScript application with minimal boilerplate.
import { bootstrap } from "@expressots/core";
import { App } from "./app";
void bootstrap(App);For guides, API reference, architecture patterns, and examples visit doc.expresso-ts.com.
Welcome to the ExpressoTS community. See the Contributing Guide for how to get involved.
MIT. See LICENSE.