Directories structure

By default nexl server creates the following directories structure in your home directory ( $HOME or %userprofile% ):
.nexl
    app-data
    logs
    storage
app-data dir contains nexl server settings.
logs dir contains nexl server log.
storage dir contains your JavaScript configuration files which are exposed via HTTP protocol by nexl server.

Alternatively you can specify a different nexl home directory. It can be useful if you need to run multiple nexl server instances.
Specify nexl home directory in the following way:
nexl --nexl-home=/path/to/your/nexl/home/directory