jitendrazaa.com
Client side Templating using Underscore.js and JQuery
Recently, I ran into requirement where I was getting JSON response and needed to render it on my Mobile application. I had two Options, Server side processing and Client side Templating. I studied …