5.4.1 • Published 5 years ago

imergo-http-server v5.4.1

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
5 years ago

imergo-http-server

Node Version

imergo® HTTP(S) base server.

Class ImergoApp

Locals

Represented through the constructor parameter object locals. Its default properties are:

PropertyDefault value
port8234
hostname"127.0.0.1"
pkgown package.json file
nameconstructed through its own package.json file
loggerrequire("imergo-logger")("imergo-http-server")

Settings

Represented through the constructor parameter object settings. Its default properties are:

PropertyDefault value
accessLogFile
accessLogStream
public
views
corstrue
compresstrue
etag"strong"
helmetfalse
passportfalse
sessionfalse
trustProxyfalse

Install

npm install git+https://gitlab.fit.fraunhofer.de/webcc-open/imergo-http-server

Test

Test under Linux:

npm test

Test under Windows:

npm run test-win