Skip to content

kexxu-robotics/gohttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gohttp

gohttp is the simplest way to serve static files with high performance.

conf.yaml

gohttp expects a conf.yaml in the same folder, example:

port: 80
domain: localhost
staticpath: www
cors: '*'

where www is the folder you want to serve on the port

About

Super simple go static file server, supports LetsEncrypt for SSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages