Backbone.js is still a high-quality & popular option for a client-side framework (though it lost the "new kid on the block" status to angular :-). Really any client-side framework should work well with express.
That said, if this is a hobby project or you really aren't interested in clean separation of concerns and you're mainly interested in the server-side and in simplicity, you could just template on the server. I think Express comes with the Jade templating language out-of-the-box, or at least, it seems like the default with the most express-oriented help. But Express also supports almost every javascript templating alternative, so there's a lot of flexibility there too. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
