https://github.com/hermanbanken/rx-meteor
https://github.com/hermanbanken/rx-meteor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hermanbanken/rx-meteor
- Owner: hermanbanken
- Created: 2016-02-19T16:10:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T16:26:21.000Z (over 9 years ago)
- Last Synced: 2025-05-18T08:07:41.371Z (5 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RxMeteor
This Meteor packages provides bindings for Meteor so you can use
Rx with Meteor. This integration is less than trivial because Meteor
uses Fibers extensively on the server-side. With this package we
can create more complex Reactive Programming data flows,
and are not limited to just Promises and Futures.The package provides both Schedulers which work with fibers,
and easy to use bindings to Tracker's reactive values and dependencies.
You can publish an Observable as a Tracker dependency, or use a Tracker
dependable as input to an Observable.## TODO's and ideas
- [ ] Implement and test Meteor schedulers
- [ ] Test what happens when existing Rx code is used
- [ ] Create Tracker bindings
- [ ] Test client/server interaction
- [ ] Create Rx DDP collections
- [ ] Allow publishing of Observables to clientIf you like this package and put it to use, let me know @hermanbanken.