/http-server

A simple http-server written in node

Primary LanguageJavaScript

Simple HTTP Server

A simple local http server that log user ip and user agent when request hits.

Quick Start

Perquisite

  • node.js
  • npm

Cloning

git clone https://github.com/DestroyerV/http-server.git
cd http-server

Installing dependencies

npm i

Running

npm run start

Now the address http://localhost:3000 give the message, ip and user-agent