Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicGoWebApp

A simple, open-source Web App written in Go 1.22 using the net/http package.

Overview

BasicGoWebApp is a reference implementation designed to help developers get started with building web applications in Go. This project showcases the use of the new net/http package and provides a basic structure for building web apps.

Features

  • A simple HTTP server using net/http
  • Basic routing and handling with http.ServeMux
  • Example code for getting started with Go web development

Installation

Using Git (Recommended)

  1. Clone the repository: git clone https://github.com/GrunclePug/BasicGoWebApp.git
  2. Verify you have at least Go 1.22 installed: go version
  3. Compile the code: go build
  4. Run the application: ./basicgowebapp

Using a ZIP File

  1. Download the ZIP file containing the source code
  2. Extract the files to a directory of your choice
  3. Verify you have at least Go 1.22 installed: go version
  4. Compile the code: go build
  5. Run the application: ./basicgowebapp

Requirements

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.

Author

Chad Humphries | Website | GitHub Profile

Other Projects

Check out some of my other projects on GitHub: Here

About

A basic Web App written for Go 1.22 using http.ServeMux

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages