Skip to content

AdrianN001/Content-Management-System-in-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http webserver, written in Go

Inspired by this video

Routing

Routes are handled by the file system. The "static" folder contains some examples.

File system Route
static/home/main.html http://[...]/home
static/about/main.html http://[...]/about

The default html of the route is "main.html".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages