essential-riot
v0.1.0
Published
A minimal skeleton for building testable Riot apps using ES7 async function
Downloads
1
Maintainers
Readme
#Essential Riot
A minimal skeleton for building testable Riot apps using ES7 async function
start
npm start
- open http://localhost:5555
- login with username
oyang
and passwordlulu
test
npm test
Howdy, async function, Bye, Flux
async function(){
var todo = await db.getItems();
this.title = todo.title
this.items = todo.items;
this.update();
})
- http://git.io/js-csp
- http://blog.oyanglul.us/javascript/clojure-core.async-essence-in-native-javascript.html
- http://swannodette.github.io/2013/08/24/es6-generators-and-csp
- http://talks.golang.org/2012/concurrency.slide
- http://wiki.ecmascript.org/doku.php?id=strawman:async_functions
- http://taskjs.org/
- http://sweetjs.org/