| Project | Summary | Author | Language | License | Updated | Links |
|---|---|---|---|---|---|---|
| Apache NiFi | Mature ETL workflow system based on FBP. | @apache | Java | Apache | 2026 | |
| Async-Flow | Async FBP core abstractions for Tokio. | @artob | Rust | Unlicense | 2026 | |
| CppFBP | Classical FBP implementation for C++. | @jpaulm | C, C++ | Artistic | 2021 | |
| CsharpFBP | Classical FBP implementation for C#. | @jpaulm | C# | Artistic | 2021 | |
| Flowex | FBP/ROP framework based on GenStage. | @antonmi | Elixir | Apache | 2021 | |
| Flows.rs | Reusable FBP building blocks for Tokio. | @artob | Rust | Unlicense | 2026 | |
| GoFBP | Classical FBP implementation for Go. | @jpaulm | Go | Unknown | 2022 | |
| JavaFBP | Classical FBP implementation for Java. | @jpaulm | Java | LGPL | 2022 | |
| JSFBP | Classical FBP implementation for JavaScript. | @jpaulm | JavaScript | MIT | 2021 | |
| Node-RED | Popular low-code IDE for event-driven apps. | @knolleary | JavaScript | Apache | 2026 | |
| NoFlo | Popular FBP-inspired runtime for Node.js. | @bergie | JavaScript | MIT | 2024 | |
| Protoflow | Thread-based FBP using Protocol Buffers. | @artob | Rust | Unlicense | 2025 | |
| SciPipe | Mature scientific workflow library for Go. | @samuell | Go | MIT | 2024 |
| Classical FBP | Apache NiFi | Async-Flow | NoFlo | Node-RED |
|---|---|---|---|---|
| Network | Flow | System | Graph | Flow |
| Subnet 1 | Process Group | Subsystem | Subgraph | Subflow |
| Component 2 | Processor | Block | Component | Node |
| Process 3 | Processor | Process | Process | Node |
| Connection 4 | Connection | Connection | Connection | Wire |
| Port | Port | Port | Port | Port |
| Information Packet (IP) | Flow File | Message | IP | Message |
| Initial Information Packet (IIP) | - | Variable | IIP | Config Node |
| Scheduler | Flow Controller | Scheduler | Runtime | Runtime |