List all in built module of node JS in details

Answer

Node.js has a Multiple built-in modules below which we can use without any installation just need to import.

 

  1. Module
  2. assert Provides a set of assertion tests
  3. buffer To handle binary data
  4. child_process To run a child process
  5. cluster To split a single Node process into multiple processes
  6. crypto To handle OpenSSL cryptographic functions
  7. dgram Provides implementation of UDP datagram sockets
  8. dns To do DNS lookups and name resolution functions
  9. domain Deprecated. To handle unhandled errors
  10. events To handle events
  11. fs To handle the file system
  12. http To make Node.js act as an HTTP server
  13. https To make Node.js act as an HTTPS server.
  14. net To create servers and clients
  15. os Provides information about the operation system
  16. path To handle file paths
  17. punycode Deprecated. A character encoding scheme
  18. querystring To handle URL query strings
  19. readline To handle readable streams one line at the time
  20. stream To handle streaming data
  21. string_decoder To decode buffer objects into strings
  22. timers To execute a function after a given number of milliseconds
  23. tls To implement TLS and SSL protocols
  24. tty Provides classes used by a text terminal
  25. url To parse URL strings
  26. util To access utility functions
  27. v8 To access information about V8 (the JavaScript engine)
  28. vm To compile JavaScript code in a virtual machine
  29. zlib To compress or decompress files

All node.js Questions

Ask your interview questions on node-js

Write Your comment or Questions if you want the answers on node-js from node-js Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---