https://github.com/flowchain/fb0
Ultra fast runtime for flow-based programming
https://github.com/flowchain/fb0
Last synced: 5 months ago
JSON representation
Ultra fast runtime for flow-based programming
- Host: GitHub
- URL: https://github.com/flowchain/fb0
- Owner: flowchain
- License: mit
- Created: 2016-08-10T04:37:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T04:45:44.000Z (almost 10 years ago)
- Last Synced: 2025-08-09T06:11:40.821Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

Extremely light-weight flow-based programming runtime for IoT
# fb0
*fb0* (flow-based zero) is an extremely light weight, and ultra fast runtime for flow-based programming. It aims to be used in [flowchain](https://github.com/flowchain/flowchain) for Internet of Things application development.
fb0 is unidirectional (on-way data flow) and single output port.
## Usage
fb0 is used with [flowchain](https://github.com/flowchain/flowchain).
## Roadmap
* [Flow-based Zero]: Unidirectional and single output port.
* [Flow-Based One]: Unidirectional and multiple output ports.
## License
fb0 is released under the [MIT License](http://www.opensource.org/licenses/MIT). See [LICENSE.md](LICENSE.md).