A talk about async-await and Toisu! given at the Brighton JavaScript user group (asyncjs) in December 2015. It uses Toisu!, with static file serving and server sent events on the server side (I wrote a pebble watch companion app to act as a remote), and flexbox on the client side. I'm happy with how it worked out.
Adapt at your own risk! Slides are written in template tags, which is probably an abuse of the feature.
You should have nvm installed. Assuming you do, clone this repo, cd
into it, and run the following:
nvm install
npm install
npm start
Now navigate to localhost and the logged port (3000 by default).