Module node

Module node 

Source
Expand description

A Singular Unit of Work.

In NComm, Nodes are thought of as an individual unit of work that is performed every x microseconds. The guiding principle of an NComm Node is that units of work can be split up into individual microservices that can execute on their own via data received from various communication methods and send their outputs to the next process that processes their information.

Traitsยง

Node
A Node represents a singular process that performs some singular purpose