Skip to content

A quick mock up of an http server I made with Golang

Notifications You must be signed in to change notification settings

AlexJezior/go-http-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Lang Sample HTTP Server

I spent the day learning a bit about Golang, and decided I would take advantage of its built in net/http package. This was something I threw together quickly after reviewing the documentation and taking some time to dig into Go's history.

To take this for a spin:

  • Install Go on your local machine
  • Clone this repository
  • Navigate to the project root and type in the CLI, go run .
  • Open your browser and navigate to localhost:8080
  • Play with the URL paths and examine the output!

About

A quick mock up of an http server I made with Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages