I developed at Node.js in just 2 weeks and began to recreate a website previously written in PHP. So far so good, and it looks like I can do the same in Node (using Express), which was done in PHP in the same or less time.
I came across things that you just need to use, for example, using modules, modules not using a common environment, and the habit of using callbacks for file system and database operations, etc.
But is there anything that a developer can discover much later, which is very important for development in node? Problems everyone else has in Node, but they don’t appear until the end? Traps? All that professionals know, and noobs not?
I would be grateful for any suggestions and advice.
source
share