Wednesday, 15 January 2020

Are the node modules like fs written using the C++ addons?

Coming from a PHP background, I tried to read files from the file system using just javascript but I soon figured out you needed node. But how does Node do it? I read through the documentation and saw the C++ addons and thought "that's probably it". But if that's the case, are all the other modules created that way, like express, and pg?

Submitted January 15, 2020 at 06:02PM by rafad900

No comments:

Post a Comment