General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
D K
Simplilearn
comments
Comments by "D K" (@DK-ox7ze) on "Node.js Architecture | NodeJS Architecture Explained | NodeJS Tutorial For Beginners | Simplilearn" video.
How exactly does Nodejs make applications "fast" or quicker? Even a traditional php server which is synchronous will take the same total time to respond to a request, because even though Nodejs can "handle" concurrent requests, it still has to wait for response from database or a file system, just like a php based server.
1