• Stars
    star
    263
  • Rank 155,624 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created about 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Go web server with built in logging, tracing, health check, and graceful shutdown. It also includes a few demo applications showing the Go HTML temple functionality.

Demo

Description

This is a Golang web server with built in logging, tracing, health check, and graceful shutdown.

It also includes a few demo applications, including:

I've included all of the raw template / html / css in the actual server code (main.go), but you can find the raw files which can be used to generate the pages and templates within the js / css / templates sub-folders.

More Repositories