0.7.15 • Published 8 years ago

redis-koa-app-rpf v0.7.15

Weekly downloads
4
License
ISC
Repository
github
Last release
8 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

8 years ago

0.7.14

8 years ago

0.6.18

8 years ago

0.6.17

8 years ago

0.6.16

8 years ago

0.6.5

8 years ago

0.5.11

8 years ago

0.5.10

8 years ago

0.5.9

8 years ago

0.5.8

8 years ago

0.5.7

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.9

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago