[Fiber](https://gofiber.io/) is a web framework written in [Golang](https://golang.org/). It features an efficient HTTP engine, a growing [middleware community](https://github.com/gofiber/fiber#-third-party-middlewares), and an easy-to-use [Express](https://expressjs.com/)-inspired API. This guide explains how to install Fiber and perform some basic tasks on Ubuntu 21.04. * Deploy a new [Ubuntu 21.04 Vultr cloud server](https://www.vultr.com/servers/ubuntu). * Set up a [non-root user with sudo p......