Actual use of Jade template and angularjs
问题 I am building a website using nodejs and express. How to make divisions in a page dynamic? Is Jade used for that? if not how to do it?what is angularjs used for? Please help i searched a lot on google and i couldn't get a clarity in the usage of them. 回答1: Jade creates the html used in the browser on the server-side . The browser executes a request to the web-server, the web-server executes Jade, which will generate the html that will be sent to the browser. This server-side content