Hi, I am web designer, and front end developer, and I recently was involved in a python application development.
In this project we used many frameworks like:
On the server side the corders created an API and they return the information in Json format.
On the client side we used mako templates (almost html), and for saving forms jquery ajax calls to the API, and finally for populating the JSON info into the html form we used PURE alongside Jquery.
The result was that the application was very very fast and organized, and every page called in an ajax way of course.
So my question is: How can something similar in Drupal client side can be done?
Is there any javascript template engine for drupal, or something similar?
And please explain me like a 10 years old kid (I am just a designer). Thanks