Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript - Template Engine [closed]

Nowadays, we can find many JS templating engines like KnockOut, Mustache, Underscore, ... Can you please tell me what are the advantages of an architecture based upon theses engines ? and/or when to use them ? Is it better (maintainability, dev costs, reliability, ...) than generating all HTML from server-side ?

Is it a good architecture to expose feeds (rest service in json) and do some stuff on client side (micro templating) ?

like image 966
Cybermaxs Avatar asked Sep 10 '12 08:09

Cybermaxs


1 Answers

Linkedin has done great research, have a look at this page.

like image 115
Fatih Acet Avatar answered Sep 21 '22 05:09

Fatih Acet