Node Class
The node is the building block of gossip.
Each node consists of a hub. A hub an abstraction built out of a router and pub socket that allows 1-N request-reply and fire-forget messaging.
Constructor
Node
(
-
[options]
Parameters:
Methods
on
(
Node
chainable
-
type
-
[options]
-
cb
Subscribe to messages from other nodes.
Parameters:
Returns:
Node: