node.js - compare and diff between jade template and mustache template -


i beginner in java script , familiar client developing in low level. question main diff between jade template engine , mustache template? both of them nodejs server side or use in client side? advantage of each in scope ?

if want write small single page app in mean stack structure in case choose of template syntax best ? html 5? jade? mustache?

personally, use jade nodejs apps on backend side given integrates node.js , provides light syntax.

and use mustachejs when want use templating within html.

here more information on jade , mustachejs.


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -