1.0.2 • Published 8 years ago

alta v1.0.2

Weekly downloads
19
License
-
Repository
github
Last release
8 years ago

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

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago