0.0.1 • Published 5 years ago

lokijs-server v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

LokiJS-Server

A TCP/HTTP Server for LokiJS

Join the chat at https://gitter.im/techfort/LokiJS alt CI-badge npm version alt packagequality

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

  • Environnement variables
NameDefault ValuePossible valuesImplemented since version
LOKY_DIR~/.lokyjs
LOKY_TRANSPORTTCPTCP|HTTP|TCP-HTTP
  • Command line options
OptionDefault ValuePossible valuesImplemented since version
dir~/.lokyjs
transportTCPTCP|HTTP|TCP-HTTP

Current state

See CHANGELOG.md

Roadmap (TODO)