Emitted when the server closes.
Emitted when the server closes. Note that if connections exist, this event is not emitted until all connections are ended.
Emitted when a new connection is made.
Emitted when a new connection is made. socket is an instance of net.Socket. - <net.Socket> The connection object
Emitted when an error occurs.
Emitted when an error occurs. The 'close' event will be called directly following this event. See example in discussion of server.listen. - <Error>
Emitted when the server has been bound after calling server.listen.
Emitted when the server has been bound after calling server.listen.
the given Server
Server Events