Introduction

Fiber is a web framework based on Express, built on top of Fasthttp, the fastest HTTP engine for Go . Designed to make things easy for fast zero memory development allocation and performance in view.

Documentation

Below is the simplest possible example of a Fiber app:

introduction.go