• Create a new Server. Note: This does not make the server start listening for connections, you can do that using the .listen(<port>) method on the created object.

    Parameters

    • Optional props: Props

      The properties with which the server should be initialized.

    Returns Server