Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bacon.js | 6,443 | 8,696 | 268 | 3 months ago | 222 | November 03, 2020 | 90 | mit | TypeScript | |
Functional reactive programming library for TypeScript and JavaScript | ||||||||||
Reactive | 6,169 | 1,358 | 1,690 | 2 days ago | 37 | June 14, 2023 | 137 | mit | C# | |
The Reactive Extensions for .NET | ||||||||||
Reactive Streams Jvm | 4,680 | 361 | 767 | 24 days ago | 22 | May 22, 2022 | 26 | mit-0 | Java | |
Reactive Streams Specification for the JVM | ||||||||||
Reactor Core | 4,668 | 1,005 | 607 | 7 hours ago | 130 | July 11, 2023 | 131 | apache-2.0 | Java | |
Non-Blocking Reactive Foundation for the JVM | ||||||||||
Rxpy | 4,528 | 27 | 25 days ago | 15 | July 16, 2022 | 38 | mit | Python | ||
ReactiveX for Python | ||||||||||
Reactor | 3,545 | 58 | 166 | 10 days ago | 118 | July 11, 2023 | 10 | apache-2.0 | ||
Reactor Bill Of Materials (tracking reactor-core, reactor-netty and more) | ||||||||||
Most | 3,453 | 1,070 | 306 | a year ago | 79 | October 08, 2020 | 48 | mit | JavaScript | |
Ultra-high performance reactive programming | ||||||||||
Rsocket Java | 2,269 | 43 | 91 | 4 months ago | 46 | June 06, 2023 | 37 | apache-2.0 | Java | |
Java implementation of RSocket | ||||||||||
Marble | 2,081 | 9 | 21 | 7 months ago | 159 | March 06, 2023 | 5 | mit | TypeScript | |
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. | ||||||||||
Kefir | 1,828 | 9,210 | 262 | 7 months ago | 86 | November 28, 2020 | 38 | mit | JavaScript | |
A Reactive Programming library for JavaScript |
The Refreshingly Simple C++ Dataflow Framework
Webite: https://flowbasedprogramming.com
DSPatch, pronounced "dispatch", is a powerful C++ dataflow framework. DSPatch is not limited to any particular domain or data type, from reactive programming to stream processing, DSPatch's generic, object-oriented API allows you to create virtually any graph processing system imaginable.
git clone https://github.com/cross-platform/dspatch.git
cd dspatch
git submodule update --init --recursive --remote
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
cmake
will auto-detect your IDE / compiler. To manually select one, use cmake -G
.cmake --build
, simply open the cmake generated project file.DSPatchables (cross-platform/dspatchables): A DSPatch component repository.
DSPatcher (cross-platform/dspatcher): A cross-platform graphical tool for building DSPatch circuits.