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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -