An open API service indexing awesome lists of open source software.

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

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.