main
rw-r--r--
158 B
rw-r--r--
5.1 KB
rw-r--r--
1.0 KB
rw-r--r--
445 B
rw-r--r--
48 B
rw-r--r--
973 B

HTTP Server

A minimal HTTP server. This is meant to help people who are learning HTML, CSS and JavaScript.

Installation

This program is written using the Go programming language.

$ go install github.com/xlgmokha/http-server@latest

Starting the server

  1. Open a terminal.
  2. Navigate to a directory that has HTML files. (index.html)
  3. Then start the server:
    $ http-server