My Course files on NodeJS
Modules Covered:
- Modules - Each file is a module in NodeJS. Use Module and exports features to export files, functions, properties
- EventEmitter module
- HttpServer module with this created a http application with get requests
- Learned npm the node package manager, what is package.json and how to create it and how to install depencies with npm.