@heliosjs/middlewares
v1.5.4
Published
Core functionality for Quantum Flow
Readme
# HeliosJS
🎯 A modern decorator-based Node.js framework for building scalable applications.
## Documentation
👉 **[Full Documentation](https://naumovoleg.github.io/helios/)**
## Packages
| Package | Version | Description |
| ------------------------------------------------------------------------------------------------ | ----------------------- | ---------------------- |
| [@heliosjs/core](https://github.com/NaumovOleg/heliosjs/tree/master/packages/core) | | Core decorators and DI |
| [@heliosjs/http](https://github.com/NaumovOleg/heliosjs/tree/master/packages/http) | HTTP server and routing |
| [@heliosjs/middlewares](https://github.com/NaumovOleg/heliosjs/tree/master/packages/middlewares) | Built-in middleware |
| [@heliosjs/aws](https://github.com/NaumovOleg/heliosjs/tree/master/packages/aws) | Aws support |
## Quick Start
```bash
npm install @heliosjs/core @heliosjs/http reflect-metadata
```