Tuesday 24 July 2018

Want to start with node...

I already have done some project in node at my university and i want to dig a little deeper now. However I have one question i haven't found answered yet... Can you use node like php, to entirely create dynamic webpages serverside?What i mean, PHP gets interpreted on the server to generate pure html, so you can use loops, conditions etc. to generate your html without the need to alter it on the client side (I'm thinking about stuff like blog entries and so on...)Basically, is it possible to develop a website in node without the need to do "dynamic" stuff with js on the client side?Thanks in advance :)

Submitted July 24, 2018 at 09:16AM by phozphor

No comments:

Post a Comment