Thursday, 30 July 2020

Coming from PHP. What are the differences I should know to get started faster?

While I'm front-end oriented and is rather comfortable with web javascript, the only server-side language I can use for real work is PHP. So my understanding of how server-side works is rather limited to how PHP works on the machine. Regarding Node, I've only looked into a few videos and documents yet, but the way Node works seems to be much different than what I knew of PHP (i.e. PHP requires http server alongside in order to work, is it a correct understanding that Node does both http server and page scripting?)What are the core differences in terms of programming approach, practices and paradigms I should keep in mind, if I want to make less mistakes or dumb decisions?

Submitted July 30, 2020 at 08:36AM by hdd113

No comments:

Post a Comment