I am looking to reuse the templates that I write for NodeJS in a browser, so I hope to get a quick page load time (initial rendering) and the ability to switch dynamic content, etc.
Would this be most natural on Node, any ideas for compatible template engines?
By the way, I like the HAML style syntax, so anything based on HAML is a huge plus.
Thanks! Roman
Edit: I think I like the Mustache approach the most, it works with Express, and also on the client side .. will be updated here on how the implementation is implemented.
user122539
source share