Categorygithub.com/emirmuminoglu/lloyd
repositorypackage
2.0.0+incompatible
Repository: https://github.com/emirmuminoglu/lloyd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Lloyd

Build Status GoDoc Go Report Card License: MIT

A lightweight, high performance and FastHTTP based micro web framework.

It's heavily inspired by atreugo

Features

  • Routing:
    • Based on router
    • Multiple handlers to single path (like express.js)
  • High performance:
    • Uses same stack with atreugo so the performance is almost same. (atreugo's benchmars is availabile in here)
  • Middleware support:
    • Before middlewares
    • After middlewares
  • Responses:
    • MarshalJSON interface support (it'd be very useful if you're using a marshaler other than standart encoding/json)
    • Blob JSON response