1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 21:23:53 +00:00

Update README.md

This commit is contained in:
Fenny 2020-01-16 09:49:50 +01:00 committed by GitHub
parent 6028451deb
commit a887943a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# Fiber ![](https://img.shields.io/github/release/gofiber/fiber) ![](https://img.shields.io/github/issues/gofiber/fiber) ![](https://img.shields.io/github/stars/gofiber/fiber) ![](https://godoc.org/github.com/valyala/fasthttp?status.svg) ![](https://goreportcard.com/badge/github.com/gofiber/fiber) ![](https://img.shields.io/github/languages/top/gofiber/fiber) ![](https://img.shields.io/github/languages/code-size/gofiber/fiber)
**[Fiber](https://github.com/gofiber/fiber)** is an **[Express](https://expressjs.com/en/4x/api.html)** style HTTP framework implementation running on **[FastHTTP](https://github.com/valyala/fasthttp)**, the **fastest** HTTP engine for **[Go](https://golang.org/doc/)**. The package make use of similar framework convention as they are in express. People switching from **[Nodejs](https://nodejs.org/en/about/)** to **[Go](https://golang.org/doc/)** often end up in a bad learning curve to start building their webapps, this project is meant to **ease** things up for **fast** development, but with **zero memory allocation** and **performance** in mind.
**[Fiber](https://github.com/gofiber/fiber)** is an **[Express](https://expressjs.com/en/4x/api.html)** style HTTP framework implementation running on **[Fasthttp](https://github.com/valyala/fasthttp)**, the **fastest** HTTP engine for **[Go](https://golang.org/doc/)**. The package make use of similar framework convention as they are in express. People switching from **[Node](https://nodejs.org/en/about/)** to **[Go](https://golang.org/doc/)** often end up in a bad learning curve to start building their webapps, this project is meant to **ease** things up for **fast** development, but with **zero memory allocation** and **performance** in mind.
![](https://gofiber.github.io/fiber/static/benchmarks/benchmark-pipeline.png?v=12)
## Features