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.
.listen(<port>)
Optional
The properties with which the server should be initialized.
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.