Skip to content

bmoscon/GoWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Very Simple Go Web Server

you can build like so:

go build go_web_server.go

run, and then go to "localhost:8080/" + whatever path you want. 

Webserver will display simple message in HTML page

Config file will need to be created. GWS expects to find it in cfg/gws.cfg
format is as follows:
root=<path to website root>
error=<file that will be output in event of a bad request, should be in cfg/>



About

Very Simple Go Web Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages