Technology opinion - what's the best lightweight zero-bs node.js framework?
-
I’m looking to start something dynamic made of little software robots that produce experiences (not web pages) which can be cranked up to lots of requests on common desktops with lite versions for all the overgrown pocket video game systems (Android, Galaxy, etc) everyone is using?
I have ideas and plans, just need a little direction.
Jade looks hot, just not quite what I need. I need something that is the php of javascript.
I should be able to write code that looks like this
Hello, world. Today is .
-
Looks like you want a template engine in Node.js?
I’ve had lots of success with mustache: http://mustache.github.io/