https://github.com/luochen1990/rivulet
a FRP js library like flapjax
https://github.com/luochen1990/rivulet
Last synced: over 1 year ago
JSON representation
a FRP js library like flapjax
- Host: GitHub
- URL: https://github.com/luochen1990/rivulet
- Owner: luochen1990
- License: mit
- Created: 2014-10-10T17:04:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T13:47:02.000Z (over 8 years ago)
- Last Synced: 2025-01-20T20:49:52.411Z (over 1 year ago)
- Language: CoffeeScript
- Size: 85.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rivulet
=======
another Functional Reactive Programming(FRP) library like flapjax.
- rivulet makes event streams calculatable.
- rivulet can be executed either on web broswer or via nodejs
todo
----
- an easy way to transform Promise types into EventStream
- an auto-test solution via generate event streams and capture behaviors
- an easy way to render data to page, jquery style(select elements to bind data) or angularjs style(render templates to bind data)
- decide whether it should depend on jquery
I'll appreciate it if you can share me with your ideas and suggestions.