September 2024
Intermediate to advanced
743 pages
27h 48m
English
As mentioned earlier, Node.js provides a large range of modules for a wide variety of use cases. A selection of modules included in the standard installation can be found in the following table. Detailed descriptions are available in the official documentation at https://nodejs.org/api/index.html.
|
Module |
Description |
|---|---|
|
assert |
Provides a set of functions for checking invariants and testing conditions. |
|
buffer |
Provides functions for processing binary data. |
|
child_process |
Provides the ability to create child processes, for example for I/O-intensive work (input/output or input/output). |
|
cluster |
Simplifies the creation and management of child processes. |
|
crypto |
Provides cryptographic ... |
Read now
Unlock full access