Skip to content

qwinsi/tiny-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Server

A simple HTTP server written in Golang.

Building

go build -o tinyserver  ./src/main.go

Runing

run ./tinyserver --help to get helpful information.

$ ./tinyserver --help
 Usage:   tinyserver [OPTIONS] <directory>
 Options: 
    -p, --port The port number which you want to bind on.
                         (If omitted, use 80 by default)

Releases

No releases published

Packages

No packages published

Languages