0.7.15 • Published 7 years ago

redis-koa-app-rpf v0.7.15

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

redis-koa-app-rpf

Redis Koa2 application archetype.

Named in honour of https://en.wikipedia.org/wiki/Richard_Feynman

This provides lifecycle boilerplate reused across similar applications.

Usage

The app's index.js entry-point uses the redis-koa-app-rpf application archetype.

require('redis-koa-app-rpf')(
    require('../package'),
    require('./spec'),
    require('./main')
).catch(err => {
    console.error(err);
});

where we extract the config from process.env according to the spec and invoke our main function.

Implementation

See index.js https://github.com/evanx/redis-koa-app-rpf/blob/master/index.js

Uses

Used by:

Inter alia:

https://twitter.com/@evanxsummers

0.7.15

7 years ago

0.7.14

7 years ago

0.6.18

7 years ago

0.6.17

7 years ago

0.6.16

7 years ago

0.6.5

7 years ago

0.5.11

7 years ago

0.5.10

7 years ago

0.5.9

7 years ago

0.5.8

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.9

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago