Skip to content

endingwithali/mickeymousewebhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Mickey Mouse Webhouse!

This is a simple implementation of a webserver written using GoLang.

Hardcoded

Of the two examples, this is the most basic and straight forward example. This webserver only serves one endpoint - /clubhouse . Every other endpoint or request returns a 404 error. The endpoint is hard coded - not dynamically served in any way.

blog post coming soon

Dynamic

This webserver allows for dynamic implementation of routes on a webserver.

blog post coming soon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages