0.1.0 • Published 7 years ago

rejson v0.1.0

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

rejson

Web server for JSON data stored in Redis.

Installation

cd
git clone https://github.com/evanx/rejson.git
cd rejson
npm install

Alternatively create a docker run script:

docker build -t rejson https://github.com/evanx/rejson.git
docker run --network=host -i rejson

Usage

Config

See lib/spec.js https://github.com/evanx/rejson/blob/master/lib/spec.js

Implementation

See lib/main.js https://github.com/evanx/rejson/blob/master/lib/main.js

Uses application archetype: https://github.com/evanx/redis-koa-app

https://twitter.com/@evanxsummers