Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alta

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alta

Flow-Based Programming Revival

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 11 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc