I've a Java Rest API, and I'd like to implement a browser client.and I wonder which would be better and what are my trade offs in choosing between[*]Static HTML files with backbone that would connect to the REST api and fill in the data feilds..[*]NodeJS Application that would serve the same static files but load the data into the templates with nodejs modules before displaying them ?