Skip to content

Basic web server that responds with "Hello World" for every request.

License

Notifications You must be signed in to change notification settings

IvanGrimm/server-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Server

A simple web server built with Node.js that responds with "Hello World" for every request.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/IvanGrimm/simple-web-server.git
  2. Navigate to the project directory:

    cd simple-web-server
  3. Install dependencies:

    npm install

Usage

To start the server, run:

npm start

About

Basic web server that responds with "Hello World" for every request.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published