Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 679 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 679 Bytes

Vanilla Go HTTP Server

Simple, complete golang web server with basic logging, tracing, health check, templates, letsencrypt HTTPS, and graceful shutdown. Uses no third-party dependancies (except experimental libs [golang.org/x]).

Download server.go and use it as a base for your next simple go web server or API endpoint.

List of full-featured, web frameworks

Based on work by