This repository contains two implementations of a basic web server in Node.js:
- Using built-in Node.js modules
- Using Express.js
Getting Started Prerequisites Please make sure you have Node.js installed. You can download it from the Node.js official website.
Installation Clone the repository:
git clone https://github.com/your-username/Webserver.git cd Webserver
Files
index.js – Basic web server using built-in Node.js modules express-server.js – Basic web server using Express.js