3.3.0 • Published 4 years ago

nexl v3.3.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

What's nexl ?

nexl is a configuration hosting server.
Configuration is stored in native JavaScript files, exposed via standard HTTP protocol and can be accessed by special expression language.

nexl can be useful when you need to store and manage an application configuration externally instead of storing it hard coded.
Another use case is when you need a centralized place to manage different kind of configurations.

Features

Installation

First download and install a Node.js.
Node.js 6 or higher is required.

Uninstall previously installed nexl version if exists:

> npm uninstall nexl -g

Install latest nexl version:

> npm i nexl -g

Run nexl:

> nexl

Open URL in browser:
http://localhost:8080

More

More about nexl on http://www.nexl-js.com site

Watch nexl demo:
nexl demo