2

Where can I find source code of built-in node.js modules such as:

net, stream, path, sys etc.

As far as I know these are compiled into binaries that's why I can't find them in global modules directory.

1 Answer 1

2

You can find the source in the GitHub Repo: https://github.com/nodejs/node/tree/master/lib

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.