Skip to content

This web server is only use built-in http package from Go programming language, so not external framework is used.

Notifications You must be signed in to change notification settings

muhduzairmf/basic-go-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Go Web Server

This repository is dedicated for my learning journey of Go programming language especially for Web Development. This web server is only use built-in http package from Go programming language, so not external framework is used.

To try this web server, you need to have Go in your machine.

Then, download the zip folder of the source code. Open the terminal on the extracted folder and type

    go run main.go

then, it will listening on port 8080

About

This web server is only use built-in http package from Go programming language, so not external framework is used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published