Skip to content

Welcome to my repository! I've built an efficient and robust web server using Go, designed for scalability and high-performance applications. It includes a comprehensive set of features, including routing, middleware support, and JSON handling. With clean code and thorough documentation, this server is a powerful tool for developing web application

Notifications You must be signed in to change notification settings

Coffeedragon96/01-go-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Building a basic web server

This is one of the most basic primal examples of building a web server using Golang

Prerequisites

Go installed An IDE Basic understanding of html

To run

Clone the project under GO ROOT directory Command: go run main.go

Application will be serving at localhost:8080

Available paths:

  1. localhost:8080/
  2. localhost:8080/hello
  3. localhost:8080/form.html

Folder Structure:

main.go readme.md Static - index.html | form.html

About

Welcome to my repository! I've built an efficient and robust web server using Go, designed for scalability and high-performance applications. It includes a comprehensive set of features, including routing, middleware support, and JSON handling. With clean code and thorough documentation, this server is a powerful tool for developing web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published