UNPKG

961 BMarkdownView Raw
1# Expresser
2
3[![Build Status](https://img.shields.io/travis/igoramadas/expresser.svg)](https://travis-ci.org/igoramadas/expresser)
4[![Coverage Status](https://img.shields.io/coveralls/github/igoramadas/expresser.svg)](https://coveralls.io/github/igoramadas/expresser?branch=master)
5
6A Node.js framework built on top of Express.
7
8## Why Expresser?
9
10Building on top of Express with added logging, utilities and extra plugins. The idea of Expresser is to aggregate
11all these common modules and utilities into a single package, making it damn easy to create your new Node.js app.
12
13### Use Expresser if...
14
15* You're new to Node.js web apps
16* You're familiar with Express.js
17* You want to use a similar codebase on your Node.js apps
18
19### Look elsewhere if...
20
21* You hate Express.js
22* You hate TypeScript
23* You need ultimate performance and as little overhead as possible
24
25## API documentation
26
27You can browse the full API documentation at https://expresser.devv.com.