Skip to content

A really simple HTTP server like python's simple web server but slightly more configurable.

Notifications You must be signed in to change notification settings

NoF0rte/simple-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Server

This is a simple HTTP server that tries to act like python's HTTP server and be slightly more configurable.

Install

Use go to install the binary

go install github.com/NoF0rte/simple-http-server@latest

Usage

Usage of simple-http-server:
  -cors
    	Enable CORS
  -d string
    	The directory where the files are served (default ".")
  -l string
    	The address to listen on (default "0.0.0.0")
  -p string
    	The port to listen on (default "8000")

About

A really simple HTTP server like python's simple web server but slightly more configurable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages