server.close([callback])
Stops the server from accepting new connections. This function is asynchronous, the server is finally closed when the server emits a 'close'
event. Optionally, you can pass a callback to listen for the 'close'
event.
server.close([callback])
Stops the server from accepting new connections. This function is asynchronous, the server is finally closed when the server emits a 'close'
event. Optionally, you can pass a callback to listen for the 'close'
event.
Please login to continue.