expresser
Version:
A ready to use Node.js web app wrapper, built on top of Express.
29 lines (18 loc) • 1.1 kB
Markdown
# Expresser
[](https://npmjs.com/package/expresser)
[](https://coveralls.io/github/igoramadas/expresser?branch=master)
[](https://github.com/igoramadas/expresser/actions)
A Node.js framework built on top of Express.
## Why Expresser?
Building on top of Express with added logging, utilities and extra plugins. The idea of Expresser is to aggregate
all these common modules and utilities into a single package, making it damn easy to create your new Node.js app.
### Use Expresser if...
* You're new to Node.js web apps
* You're familiar with Express.js
* You want to use a similar codebase on your Node.js apps
### Look elsewhere if...
* You hate Express.js
* You hate TypeScript
* You need ultimate performance and as little overhead as possible
## API documentation
You can browse the full API documentation at https://expresser.devv.com.