|
|
@ -7,7 +7,6 @@ Built-in modules are already installed with `Node.js`, so you don't need to inst |
|
|
|
- **net**: to build clients and servers. |
|
|
|
- **net**: to build clients and servers. |
|
|
|
- **path**: to handle file paths. |
|
|
|
- **path**: to handle file paths. |
|
|
|
- **url**: help in parsing URL strings. |
|
|
|
- **url**: help in parsing URL strings. |
|
|
|
- **events**: provides a method for interacting with events. |
|
|
|
|
|
|
|
- **http**: making Node.js transfer data over HTTP. |
|
|
|
- **http**: making Node.js transfer data over HTTP. |
|
|
|
- **console**: to log information in the console. |
|
|
|
- **console**: to log information in the console. |
|
|
|
- **assert**: provides a set of assertion tests. |
|
|
|
- **assert**: provides a set of assertion tests. |
|
|
|