Skip to content

A lightweight, high performance and FastHTTP based micro web framework. (name from The Shining, the bartender...)

License

Notifications You must be signed in to change notification settings

emirmuminoglu/lloyd

Repository files navigation

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

About

A lightweight, high performance and FastHTTP based micro web framework. (name from The Shining, the bartender...)

Topics

Resources

License

Stars

Watchers

Forks

Languages