alta

1.0.2 • Public • Published

alta

Flow-Based Programming Reborn

Glossary

  • component: A class or function that processes data
  • port: An data entry or exit point of a component
  • input: A port that accepts incoming data to a component
  • output: A port that sends outgoing data from a component
  • node: An instance of a component in a network
  • connection: A channel that connects two nodes
  • network: A group of nodes and connections
  • subnet: A network inside another network
  • intranet: The private connections within the network
  • gateway: The public input and output ports of a network
  • runtime: The topology (layout) of a network's nodes and connections

Running the Examples

git clone https://github.com/matthewmueller/alta alta
cd alta
npm install
node examples/simple

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i alta

Weekly Downloads

5

Version

1.0.2

License

none

Last publish

Collaborators

  • mattmueller