Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpaulm/fbp
Flow-Based Programming (backbone repository)
https://github.com/jpaulm/fbp
Last synced: 6 days ago
JSON representation
Flow-Based Programming (backbone repository)
- Host: GitHub
- URL: https://github.com/jpaulm/fbp
- Owner: jpaulm
- Created: 2019-08-09T01:54:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T09:47:16.000Z (2 months ago)
- Last Synced: 2024-09-09T11:43:41.640Z (2 months ago)
- Homepage:
- Size: 2.49 MB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flow-based Programming
### [Link to FBP backbone](https://jpaulm.github.io/fbp/index.html)
[Link to FBP tutorial](https://github.com/jpaulm/fbp-tutorial-filter-file/blob/master/README.md)
[J. Paul Morrison](https://jpaulm.github.io/index.html)
### FBP Implementations on GitHub
- [Java implementation](https://github.com/jpaulm/javafbp/blob/master/README.md)
- [C# implementation](https://github.com/jpaulm/csharpfbp/blob/master/README.md)
- [Go implementation](https://github.com/jpaulm/gofbp/blob/master/README.md)
- [C++ implementation](https://github.com/jpaulm/cppfbp/blob/master/README.md), using [Boost](https://www.boost.org/) to provide multithreading support; also contains a [Lua](http://www.lua.org/) interface
- [JavaScript implementation](https://github.com/jpaulm/jsfbp/blob/master/README.md) ##Archived
- [FBP Diagramming Tool (DrawFBP)](https://github.com/jpaulm/drawfbp/blob/master/README.md)
- [JavaFBP support for Web Sockets](https://github.com/jpaulm/javafbp-websockets/blob/master/README.md)