Skip to content

expressots/adapter-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

280 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ExpressoTS

@expressots/adapter-express

Express HTTP adapter for ExpressoTS. Connects the framework core to the Express.js server engine.

npm License Discord Build

Documentation Β· Getting Started Β· Project Board Β· Community


Install

npm i @expressots/adapter-express

What This Package Does

This adapter bridges ExpressoTS Core and Express.js. It provides the HTTP server implementation, route registration, middleware pipeline, and the App class that wires everything together. Install it alongside @expressots/core to run ExpressoTS on Express.

Quick Look

import { ExpressAdapter } from "@expressots/adapter-express";

const app = await AppFactory.create(App, ExpressAdapter);
await app.listen(3000, "development");

Documentation

For guides, API reference, architecture patterns, and examples visit doc.expresso-ts.com.

Contributing

Welcome to the ExpressoTS community. See the Contributing Guide for how to get involved.

Support the project

License

MIT. See LICENSE.

About

Expressjs adapter for ExpressoTS Framework 🐎

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

7 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors