Skip to content

usman1372/Webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Webserver

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

About

Node.js webserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published