Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvanasa/plasma
An Intuitive ES6 Functional Reactive Programming Library
https://github.com/rvanasa/plasma
es6 frp promise reactivex resource rxjs
Last synced: 20 days ago
JSON representation
An Intuitive ES6 Functional Reactive Programming Library
- Host: GitHub
- URL: https://github.com/rvanasa/plasma
- Owner: rvanasa
- Created: 2016-07-31T23:23:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T18:26:33.000Z (over 7 years ago)
- Last Synced: 2024-12-31T19:34:07.325Z (about 1 month ago)
- Topics: es6, frp, promise, reactivex, resource, rxjs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plasma
A deprecated Node.js package for defining functional reactive programming systems.
The concept is essentially a crossover between the Promise and Observer patterns, using so-called Resources to propagate changes in state to subscribed Listeners.I'm currently in the progress of completely revamping the Resource paradigm to improve error handling and interoperability with ES6 promises.
In the meantime, feel free to reach out if you would like to contribute or have any interesting ideas for the future of the project.