Welcome to my Node.js Repository! 🚀 This repo contains multiple Node.js scripts and modules demonstrating event handling, HTTP servers, file system operations, and more. Perfect for learning and experimenting with Node.js! 🖥️
index.js
— 🏁 Entry point of the Node.js projecthttpserver.js
— 🌐 HTTP server exampleevennts.js
— ⚡ Event emitter examplesfsmodules.js
— 📂 File System module demonstrationsosmodules.js
— 💻 Operating System module usagepathmodules.js
— 🛤️ Path module examplesurlmodule.js
— 🔗 URL module usagemodulefirst.js
— 📦 Custom module example (first)module second.js
— 📦 Custom module example (second)second.js
— 🔹 Additional module/scriptwebsite.js
— 🌐 Basic website/server exampleyoyo.html
— 📄 HTML file for testing Node.js integrationpackage.json
— 📦 Project metadata and dependenciespackage-lock.json
— 🔒 Exact versions of installed packages
- Build basic HTTP servers 🌐
- Learn Node.js modules:
fs
,os
,path
,url
📚 - Work with custom modules 📦
- Event-driven programming ⚡
- Integrate HTML with Node.js projects 📄
git clone https://github.com/Parth-ctrl490/NodeJs-Projects.git
cd NodeJs-Projects
npm install