Node.js Modules
What is a Module in Node.js? A set of functions that you want to include in your application. Built-in Modules Node.js has a set of built-in modules that you can use without any further installation. Examples: assert Provides a set of assertion tests buffer To handle binary data child_process To […]