strvcom / atlas.js

A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻
BSD 3-Clause "New" or "Revised" License
106 stars 9 forks source link

Aggregate commonly-used middleware into a single, configurable module #57

Open robertrossmann opened 6 years ago

robertrossmann commented 6 years ago

Some middleware modules are used on every backend project because they provide key functionality to the HTTP layer, namely:

I think we could wrap most (if not all) of these modules into a single module so that consumers do not need to install and configure all of these manually.

Implementation requirements:

yunicz commented 5 years ago

+1 sounds awesome