Related Tools
NoFlo itself is just a library for implementing flow-based programs in JavaScript. There is an ecosystem of tools around NoFlo and the fbp protocol that make it more powerful. Here are some of them:
- Flowhub -- browser-based visual programming IDE for NoFlo and other flow-based systems
- noflo-nodejs -- command-line interface for running NoFlo programs on Node.js
- MsgFlo -- for running NoFlo and other FBP runtimes as a distributed system. NoFlo support via noflo-runtime-msgflo
- fbp-spec -- data-driven tests for NoFlo and other FBP environments
- flowtrace -- tool for retroactive debugging of NoFlo programs. Supports visual replay with Flowhub
- fbp-protocol
See also the list of reusable NoFlo modules on NPM.