Documentation

Introduction

Elgon is a production-first Go web framework for fast APIs.

Overview

Elgon keeps teams close to net/http and adds batteries for health, metrics, auth, config, and OpenAPI.

Example

Go

go get github.com/meshackkazimoto/elgon@v0.1.0

Best Practices

  • Start with docs quickstart and route grouping patterns.
  • Enable health and metrics endpoints from day one.

Common Pitfalls

  • Treating production defaults as optional add-ons.
  • Skipping benchmarking before and after middleware changes.