HTTP server module for Api-Typed


License
MIT
Install
npm install @api-typed/http-module@0.1.3

Documentation

🥣 Api-Typed

Tests E2E Tests Lint codecov

🔥 Early Beta / PoC - do not try at home!

Opinionated TypeScript framework built on the shoulders of giants.

Api-Typed combines several popular librariers into one framework removing the overhead of setting up a new project and wiring things up together:

Api-Typed ties these powerful tools together and exposes a convenient pluggable modules design with easy configuration.

Features

TBD.

Components

Api-Typed is composed of several components that are published as separate npm packages that can be used stand-alone.

⌨️ @api-typed/command-line - View

Helps in creating CLI commands in a structured way, leveraging the goods of TypeScript and making it easy to use powerful tools like Dependency Injection Containers.

⚙️ @api-typed/config - View

A simple configuration container with support for injecting params via @ConfigParam() decorator.

📯 @api-typed/message-queue - View

Wrapper around BullMQ that abstracts away queue implementation and allows to register jobs handlers with @Job() decorator.

@api-typed/logger - View

Logger and logging tools.

Documentation

TBD.