Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

oneconcern/go-appserver

 
 

Repository files navigation

App Server

A small wrapper around httpd and chi. Comes with a simple service locator included.

Features

  • Fast router configurable with middlewares.
  • Service Locator with application lifecycle hooks.
  • Default middleware stack (can be replaced or augmented):
    • Recover from panics
    • Compression
    • Read Load Balancer headers for correct remote address and scheme
    • Request logging with zap

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%