HttpServerFactory based on the native Node.js http module

Hierarchy

  • BaseHttpServerFactory

Implements

Constructors

Properties

handler: HttpHandler

The main HttpHandler

logger: Logger = ...

Methods

  • Creates and starts an HTTP(S) server

    Parameters

    • port: number

      Port on which the server listens

    Returns Server