Node.this

listenForConnections if true enables the listener, and any incoming connections are accepted port determines the port on which the listener will run

class Node
this
(
bool listenForConections = false
,
ushort port = 2525
)

Meta