3.0.0 • Published 5 years ago

f-express v3.0.0

Weekly downloads
89
License
MIT
Repository
github
Last release
5 years ago

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.

3.0.0

5 years ago

2.0.0

5 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago