• Start an application server.

    This takes a server application definition and sets up logging middleware and other pieces before listening on the appropriate port per the passed options.

    Parameters

    Returns Promise<
        undefined
        | null
        | Server<typeof IncomingMessage, typeof ServerResponse>,
    >