Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Rx.NET Alternatives
Similar projects and alternatives to Rx.NET
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
simplex-chat
SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
-
-
sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
-
-
-
pekko
Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
-
ObservableComputations
Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rx.NET discussion
Rx.NET reviews and mentions
-
Kapper 1.3 supports flows - more Kotlin goodness
Flows are a Kotlin API for asynchronous streams of data. They are similar to Rx Observables, but are simpler and more idiomatic to Kotlin. They are a great fit for asynchronous data processing, particularly for database operations where results may be large or processing needs to happen incrementally. This makes them a perfect addition to Kapper's existing coroutine support.
-
30,656 Pages of Books About the .NET Ecosystem: C#, Blazor, ASP.NET, & T-SQL
I don't yet know how important concurrency is in .NET web development. My familiarity with RxJS thanks to its integration with Angular should help me understand Rx.NET faster.
- Hydro: Distributed Programming Framework for Rust
-
Haskell: A Great Procedural Language
> Is there any parallel there
Of course. Promise is a monad, .then is more or less equivalent to the >>= operator and await makes it look more imperative-ish just like <- in Haskell.
Note that in JS you'll need to be inside an async function to use await, just like in Haskell you'll need to be inside the do notation to use <-. Otherwise, you'll need to play with .then just like you would need to play with >>= in Haskell.
About other languages, one way to achieve asynchronous behavior without having it implemented in the language is using ReactiveX (https://reactivex.io/). It's hard to understand at first, but it if you understand the IO Monad it becomes easy, as it's basically the same.
-
R3 alternatives - Rx.NET, UniRx, and ReactiveUI
4 projects | 20 Sep 2024
-
Understanding DynamicData in .NET: Reactive Data Management Made Easy
DynamicData is a .NET library that brings the power of reactive programming to collections. It is built upon the principles of Reactive Extensions (Rx), extending these concepts to handle collections like lists and observables more efficiently and flexibly. DynamicData provides a set of tools and extensions that enable developers to manage collections reactively, meaning any changes in the data are automatically and efficiently propagated through the application.
-
Cool features like Random.Shared
One of the greatest things i discovered recently, is Reactive programming / Reactive Extensions ( https://github.com/dotnet/reactive ).
-
Patterns for consuming a throttled/rate limited external APIs?
https://github.com/dotnet/reactive has a lot of different time related extensions for "events". Maybe you'll find something for yourself, if you google for rate limiting with reactive.
- [Game Dev] Programmation réactive fonctionnelle (FRP) pour les jeux?
-
How can you detect when a user has stopped scrolling with WPF
Install Reactive Extensions: https://github.com/dotnet/reactive
-
A note from our sponsor - InfluxDB
influxdata.com | 17 Apr 2025
Stats
dotnet/reactive is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Rx.NET is C#.