how to use the mustache template demo! I haven't used the postgress module or mongodb module, but that are modules that you can use to grab the data and pass them to the mustache module!
Futher plans for mustache module is the ability to add client side templates and insert them into the page. So you can easily render serverside, good for seo and use also mustache on the clientside!
Asset pipeline is also an item that I am planning to look into!
I am also working on a oauth module, so that is coming.
I want to build an omniauth (ruby on rails) and everyauth kind of like module. But I will first start with facebook and then google+ and twitter will follow.
You can find the source on github so if you want to help please do and fork my project ;-)
Another thing that I am missing is the fact of adding multiple handlers to a RouteMatch, and that every handler can stop the process, or is this already possible?
It is nice to have that so we can create one handler for checking authentication and if not authenticated we are going to redirect them to the login page ...