f-express
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

f-express

Express wrapper for f-promise

f-express is a companion package for f-promise.

Installation

npm install --save f-express

Usage

Just import f-express instead of express.

import * as express from 'f-express';

const app = express(); // as usual
// more ...

f-express provides the same API as express.

The only difference is that you can use f-promise's wait call inside f-express handlers.

See this unit test for an example.

License

MIT.

Package Sidebar

Install

npm i f-express

Weekly Downloads

0

Version

3.0.0

License

MIT

Unpacked Size

19.7 kB

Total Files

20

Last publish

Collaborators

  • bjouhier