raix
Data API
A functional programming API for working with data in ActionScript
raix (Reactive And Interactive eXtensions) is a functional, composable, API for AS3 that simplifies working with data, regardless of whether its interactive (arrays) or reactive (events). raix was previously RxAs
90 stars
6 watching
8 forks
Language: ActionScript
last commit: almost 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
asm89/rx.php | Reactive programming library for PHP | 205 |
reactivex/rxnetty | A library that adapts the Reactive Extensions (Rx) framework to Netty, allowing developers to write asynchronous, event-driven network applications. | 1,382 |
reactivex/rxjavacomputationexpressions | RxJava provides a way to compose and manage asynchronous data streams using computation expressions. | 60 |
reactivex/rxjavafx | A library that provides a bridge between RxJava and JavaFX event handling | 519 |
reactivex/rxrust | An implementation of reactive streams with decoupling from plumbing through strategies and high-level APIs inspired by Elm. | 494 |
reactivex/rxjavaasyncutil | Async utilities for RxJava to simplify asynchronous programming | 133 |
reactivex/rxscala | A Scala adapter to RxJava for composing asynchronous and event-based programs using observable sequences | 888 |
restx/restx | A lightweight Java framework for building RESTful APIs with support for various features such as dependency injection, security, validation, and MongoDB integration. | 444 |
lihaoyi/scala.rx | A change propagation library for Scala that simplifies reactive programming by automatically updating dependent variables when their dependencies change. | 984 |
reactiveui/reactive.wasm | A WebAssembly implementation of Rx extensions for C# applications | 14 |
reactivebayes/rocket.jl | A library for reactive programming using Observables in Julia to process asynchronous data | 189 |
rxswiftcommunity/rxbibinding | Reactive two-way data binding system using Swift | 126 |
marcusasplund/hyperapp-rxjs | A test project demonstrating integration of HyperApp and RxJS for building reactive user interfaces. | 14 |
reactivex/rxjavajoins | Joins operators for RxJava to combine multiple sources of data into a single stream of results | 100 |
vert-x3/vertx-rx | A reactive extensions framework for building composable and event-driven applications with Vert.x | 147 |