**Websites Related to Flow-Based Programming (FBP) **
https://groups.google.com/g/flow-based-programming/?pli=1
C++ Flow-Based Programming (FBP) Implementations
Elixir
https://github.com/antonmi/ALF - ALF. Flow-based application layer framework built on top Elixir which allows writing programs following the Flow-Based Programming (FBP) approach. It provides a simple and expressive way of presenting the logic as sequential processing of "information packets" (IPs) (or, simply, messages or events). ALF is a successor of the Flowex project.
https://github.com/antonmi/kraken - Kraken. Flow-based System Orchestration Framework for Elixir. Based on ALF.
Java Flow-Based Programming (FBP) Implementations
Javascript Flow-Based Programming (FBP) Implementations
https://nodered.org/ - Node-RED. An amazing tool, that works beautifully and deserves a spot by itself. Its extremely visual allowing you to conncet different nodes to each other and create very complex solutions. Initially used for IOT, but quickly gained popularity, and is used to solve various problems - web development, game development, online chats, bots, etc.
https://noflojs.org/- NoFlo is a Flow-Based Programming environment for JavaScript. The logic is defined as a graph. The nodes of the graph are instances of NoFlo components, and the edges define the connections between them.
GoLang Flow-Based Programming (FBP) Iplementations
https://github.com/cascades-fbp/cascades - Cascades. Language-agnostic Flow-based Programming (FBP) framework in Go
https://github.com/js-ojus/flow - Flow. A tiny open source workflow engine written in Go (golang)
https://appliedgo.net/flow2go/ - Flow2Go. FBP in GoLang with no framework. Article on FBP on GoLang (2017) from the same author - https://appliedgo.net/flow/
https://github.com/go-hep/hep - Go Hep. Flow-based toolkit that is used in high energy physics to expose concurrency. Coupling all the tasks is limited. you just declare ports (types and names) and then the framework handles the scheduling of the tasks. ie: you don't have to painfully connect all the nodes by hand.
https://github.com/trustmaster/goflow - GoFlow. Flow-based and dataflow programming library for Go (golang). Last updated in 2021
https://scipipe.org - SciPipe. Robust, flexible and resource-efficient pipelines using Go and the commandline
https://github.com/Bitspark/slang - Slang is a visual flow-based programming language and programming system. It consists of the YAML-based Slang exchange format, the Slang daemon and the Slang UI.
PHP Flow-Based Programming (FBP) Implementations
Python Flow-Based Programming (FBP) Implementations
https://nxt-dev.github.io/ - NXT. Node execution tree for animations, written in Python.
Rust Flow-Based Programming (FBP) Implementations
https://github.com/setzer22/egui_node_graph - EGUI Node Graph. Featureful, customizable library to create node graph applications using egui. The library takes care of presenting a node graph to users, and allows customizing many aspects of the interaction, creating the semantics you want for your specific application. Author got disappointed with the Rust community. Now public archive.
https://github.com/zflow-dev/zflow - ZFlow. This library provides a Rust implementation of a Flow-Based Programming graphs and a runtime for executing the graph.
ETL (Extract Transform Load)
Video Resources
Articles and Mentions
- https://codedocs.org/what-is/flow-based-programming - what is code based programming
Other Flow Based Programming or Similar Resources
https://developers.google.com/blockly/ - Blockly. Developed to teach children to visually program. However it has been used in several serious projects successfully.
https://nevalang.org/ - Nevalang. A language trying to distinguish itself as a FBP-like language. Uses quite a lot of the FBP terminology attempting to represent a flow based paradigm.





