All Projects → atsushieno → mono-reactive

atsushieno / mono-reactive

Licence: MIT license
open source Reactive Extensions (Rx) implementation for Mono

Programming Languages

C#
18002 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mono-reactive

Reactor Netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
Stars: ✭ 1,743 (+2581.54%)
Mutual labels:  reactive, mono
redrock
Typesafe, reactive redux
Stars: ✭ 14 (-78.46%)
Mutual labels:  reactive, rx
Qactive
Reactive queryable observable framework.
Stars: ✭ 147 (+126.15%)
Mutual labels:  reactive, rx
Android Okgraphql
Reactive GraphQl client for Android
Stars: ✭ 64 (-1.54%)
Mutual labels:  reactive, rx
InterReact
Interactive Brokers reactive C# API.
Stars: ✭ 28 (-56.92%)
Mutual labels:  reactive, rx
Rx Connect
Glue your state and pure React components with RxJS
Stars: ✭ 86 (+32.31%)
Mutual labels:  reactive, rx
Aesthetic
[DEPRECATED]
Stars: ✭ 2,044 (+3044.62%)
Mutual labels:  reactive, rx
Reaktive
Kotlin multi-platform implementation of Reactive Extensions
Stars: ✭ 760 (+1069.23%)
Mutual labels:  reactive, rx
Reactive.XAF
DevExpress XAF extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
Stars: ✭ 60 (-7.69%)
Mutual labels:  reactive, rx
purescript-outwatch
A functional and reactive UI framework based on Rx and VirtualDom
Stars: ✭ 33 (-49.23%)
Mutual labels:  reactive, rx
Audio player flutter
🎧 Apple Music / Tidal Audio Player for Flutter
Stars: ✭ 52 (-20%)
Mutual labels:  reactive, rx
reactify
The first and only true Functional Reactive Programming framework for Scala.
Stars: ✭ 77 (+18.46%)
Mutual labels:  reactive, rx
Sheldon
Type-safe reactive preferences for Android
Stars: ✭ 34 (-47.69%)
Mutual labels:  reactive, rx
Rxviz
Rx Visualizer - Animated playground for Rx Observables
Stars: ✭ 1,471 (+2163.08%)
Mutual labels:  reactive, rx
Scalecube Services
v2.0 - ScaleCube Services provides a low latency Reactive Microservices library for serverless service registry and discovery based on gossip protocol and without single point-of-failure or bottlenecks.
Stars: ✭ 23 (-64.62%)
Mutual labels:  reactive, mono
Reactor Addons
Official modules for the Reactor project
Stars: ✭ 175 (+169.23%)
Mutual labels:  reactive, mono
Outwatch
A purely functional and reactive UI framework
Stars: ✭ 376 (+478.46%)
Mutual labels:  reactive, rx
Combinex
Open source implementation for Apple's Combine
Stars: ✭ 496 (+663.08%)
Mutual labels:  reactive, rx
callbag-subscribe
A callbag sink (listener) that connects an Observer a-la RxJS. 👜
Stars: ✭ 17 (-73.85%)
Mutual labels:  reactive, rx
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (-4.62%)
Mutual labels:  reactive, rx
** Important

I happily announce that I'm not going to work on this code base anymore
now that Microsoft has open-sourced Reactive Extensions in Apache license.
http://rx.codeplex.com/

Thank you Microsoft!

I noticed that some people are still forking and/or trying to use it.
There wouldn't be any need to do so... except for attempt to use Rx on Unity.
For such use case, check out UniRx:
https://github.com/neuecc/UniRx

--------

mono-reactive aims to provide Reactive Extension (Rx) [*1] features to the
Mono world.

Right now it is almost about System.Reactive.dll implementation, but I'm
looking forward to seeing it running ReativeUI [*2] for iOS as well as
Mono for Android support.

System.Reactive.dll is feature complete, but there is a couple of things that
are known to fail. Also I'm still newbie in Rx land, there are likely
stupid implementation and nasty hacks. 
Patches, bug reports and/or any feedback are welcome.

[*1] http://msdn.microsoft.com/en-us/library/hh242985.aspx
[*2] http://www.reactiveui.net/

** Rx2 support

All the existing 1.0-based API (in System.Reactive.dll) is mapped to new Rx2
assemblies (System.Reactive.*.dll). Some of them were however, turned into
NotImplemented state as they depended on types that are now "external" from
the implementing assembly.

** Requests for users

Since there are very few usage of Rx that does *not* depend on WPF, I'd be
very grateful if you could tell me any mono-runnable use of Rx with this.

Atsushi Eno (@atsushi_eno / @atsushieno)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].