proposal-observable
Data stream library
Introduces an Observable type to model push-based data sources in ECMAScript
Observables for ECMAScript
3k stars
179 watching
90 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dacap/observable | A C++ library providing a simple way to manage notifications and event handlers in concurrent applications. | 75 |
jamestalmage/stream-to-observable | Converts Node Streams into ECMAScript-Observables to handle data over time | 73 |
timhall/svelte-observable | A library that simplifies working with observables in Svelte components by providing a unified API for reactive stores. | 62 |
tc39/proposals | The ECMAScript proposals project tracks and maintains the development of features for the JavaScript language standard | 18,313 |
igorbuchelnikov/observablecomputations | A .NET library for computations on objects with INotifyPropertyChanged and INotifyCollectionChanged interfaces | 111 |
serilog/serilog-sinks-observable | A package that enables logging events to be observed and processed as observable streams. | 23 |
fxm90/lightweightobservable | An implementation of an observable sequence that can be subscribed to in a lightweight and convenient way | 135 |
igorbuchelnikov/observablecomputations.samples | Demonstrates the usage and features of ObservableComputations with examples for learning and comparison with DynamicData. | 1 |
jakewharton/rxrelay | Provides a set of reactive APIs to bridge non-Rx APIs into RxJava easily and efficiently | 2,469 |
samverschueren/obsify | Observableify callback-style functions to enable reactive programming using observable values and subscription handlers. | 41 |
dop251/goja | An implementation of ECMAScript 5.1 in pure Go with focus on standard compliance and performance. | 5,626 |
tc39/test262 | An implementation conformance test suite for the ECMAScript Language Specification and related internationalization APIs. | 2,391 |
cloudnc/observable-webworker | A library for efficiently using web workers with RxJS observables in TypeScript applications. | 226 |
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |
zenparsing/zen-observable | An implementation of Observables in JavaScript to handle asynchronous data streams and subscriptions. | 884 |