Skip to content

evanx/rejson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HTTP server for JSON data stored in Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published