nexl

3.3.0 • Public • Published

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

  • JavaScript files reuse on server side (files can include each other)
  • Powerful expression language to retrieve data from JavaScript files
  • Additionally expression language allows to aggregate data on the fly while retrieving (for example merging two JavaScript objects and then converting it to XML/YAML/Property)
  • JavaScript functions call to perform some additional data aggregation
  • Viral expressions interpolation (i.e. you can inject expressions into your data which will be interpolated while retrieving it)
  • Nested expressions with unlimited depth
  • External arguments to override existing data in JavaScript files
  • Webhooks
  • Automatic backup
  • Convenient Web UI for configuration management and server administration
  • Security and permissions support
  • No agents needed on clients, nexl works via standard HTTP/HTTPS protocols

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

Package Sidebar

Install

npm i nexl

Weekly Downloads

4

Version

3.3.0

License

Apache-2.0

Unpacked Size

12.7 MB

Total Files

509

Last publish

Collaborators

  • liamray