LokiJS-Server
A TCP/HTTP Server for LokiJS
WORK IN PROGRESS
Overview
LokiJS is a document oriented database written in javascript, published under MIT License.
Its purpose is to store javascript objects as documents in a nosql fashion and retrieve them with a similar mechanism.
Runs in node (including cordova/phonegap and node-webkit), nativescript and the browser.
LokiJS is ideal for the following scenarios:
LokyJS-Server is a transport adapter. It should support TCP (kind of redis-cli equivalent) and/or a HTTP based JSON API.
Installation
Copy paste line you want)
- locally:
npm install LokyJS-Server
or yarn add LokyJS-Server
- globaly:
npm install -g LokyJS-Server
or yarn add -g LokyJS-Server
Variables
Name | Default Value | Possible values | Implemented since version |
---|
LOKY_DIR | ~/.lokyjs | | |
LOKY_TRANSPORT | TCP | TCP|HTTP|TCP-HTTP | |
Option | Default Value | Possible values | Implemented since version |
---|
dir | ~/.lokyjs | | |
transport | TCP | TCP|HTTP|TCP-HTTP | |
Current state
See CHANGELOG.md
Roadmap (TODO)