Add offical links for for nodejs core modules (#7140)

pull/7145/head
Mark 1 month ago committed by GitHub
parent 12077bb8f2
commit 915373f16d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 17
      src/data/roadmaps/nodejs/content/common-built-in-modules@M62lAWBOrTe99TfpFOQ-Y.md

@ -1,3 +1,16 @@
# Nodejs common modules # Nodejs core modules
These are the common modules that come with `Node.js` out of the box. This module provides tools or APIs for performing out certain standard `Node.js` operations. like interacting with the file system, url parsing, or logging information to the console. These are the core modules that come with `Node.js` out of the box. This module provides tools or APIs for performing out certain standard `Node.js` operations. like interacting with the file system, url parsing, or logging information to the console.
Learn more from the following resources:
- [@official@Nodejs fs module](https://nodejs.org/api/fs.html)
- [@official@Nodejs url module](https://nodejs.org/api/url.html)
- [@official@Nodejs console module](https://nodejs.org/api/console.html)
- [@official@Nodejs util module](https://nodejs.org/api/util.html)
- [@official@Nodejs events module](https://nodejs.org/api/events.html)
- [@official@Nodejs os module](https://nodejs.org/api/os.html)
- [@official@Nodejs worker threads module](https://nodejs.org/api/worker_threads.html)
- [@official@Nodejs child process module](https://nodejs.org/api/child_process.html)
- [@official@Nodejs process object](https://nodejs.org/api/process.html)
- [@official@Nodejs crypto module](https://nodejs.org/api/crypto.html)
Loading…
Cancel
Save