Skip to content

iliasdimos/goweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web server written in GO

Used for demostration purposes.

Prints out the Host name in color background.

Environmental variables

    PORT (Default: 8080)
    COLOR (Default: white)

Build with:

docker build -t simple-go-server .

Run

docker run -d --rm -p 8080:8080 -e COLOR=yellow simple-go-server

About

Simple web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published