abidhmuhsin / go-webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-webapp

An example of a reasonably complex web server in Go.

What's Included

This is a boilerplate application designed to show how to build web applications in Go. The following features are already set up:

  • An API subrouter
  • A demo of authentication middleware
  • Static file serving
  • Graceful shutdown

This application largely uses the standard library. Routing is provided by the go-chi/chi package.

Usage

go run app.go

About


Languages

Language:Go 99.5%Language:HTML 0.5%