HTTP server on V8
Resolves once the server is shutdown and all connections closed
References the server within the engine
The server will prevent the program from exiting until it is shutdown.
This is the default behaviour.
Shuts down the server
Unreferences the server within the engine
The server will not prevent the program from exiting even if it is not shutdown.
Generated using TypeDoc
HTTP server on V8