Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 290 Bytes

fiber.md

File metadata and controls

9 lines (5 loc) · 290 Bytes

Fiber

An Express-inspired web framework written in Go.

Fiber is a Go web framework built on top of Fasthttp, the fastest HTTP engine for Go. It's designed to ease things up for fast development with zero memory allocation and performance in mind.

Links: