0.9.11 • Published 8 years ago

redis-koa-app v0.9.11

Weekly downloads
15
License
ISC
Repository
github
Last release
8 years ago

redis-koa-app

Redis Koa2 application archetype.

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')(
    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/blob/master/index.js

Uses

Used by:

Inter alia:

https://twitter.com/@evanxsummers

0.9.11

8 years ago

0.9.10

8 years ago

0.9.9

8 years ago

0.9.8

8 years ago

0.9.6

8 years ago

0.9.5

8 years ago

0.9.4

8 years ago

0.9.3

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.8.9

8 years ago

0.8.8

8 years ago

0.8.7

8 years ago

0.8.6

8 years ago

0.8.5

8 years ago

0.8.4

8 years ago

0.8.3

8 years ago

0.8.2

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.15

8 years ago