js.node.net

..
Server

This class is used to create a TCP or local server.

ServerEvent

Enumeration of events emitted by the Server objects

ServerListenOptionsTcp

Options for the Server.listen method (TCP version).

ServerListenOptionsUnix

Options for the Server.listen method (UNIX version).

Socket

SocketAdress

Bound address, the address family name and port of the socket as reported by the operating system.

SocketAdressFamily

Enumeration of possible socket family values.

SocketConnectOptionsTcp

Options for the Socket.connect method (TCP version).

SocketConnectOptionsUnix

Options for the Socket.connect method (Local domain socket version).

SocketEvent

Enumeration of events for Socket objects.

SocketOptions

Options for creating new Socket object.

SocketOptionsBase