1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-04-27 21:25:34 +00:00
This commit is contained in:
Fenny 2020-01-27 14:51:14 -05:00
parent e9d404adb1
commit 839080a76d
2 changed files with 2 additions and 1 deletions

@ -11,7 +11,7 @@
**[Fiber](https://github.com/gofiber/fiber)** is an **[Express](https://expressjs.com/en/4x/api.html)** styled 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. See **[API Documentation](https://gofiber.github.io/fiber/)** **[Fiber](https://github.com/gofiber/fiber)** is an **[Express](https://expressjs.com/en/4x/api.html)** styled 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. See **[API Documentation](https://gofiber.github.io/fiber/)**
[![](https://gofiber.github.io/fiber/static/benchmarks/benchmark.png)](https://gofiber.github.io/fiber/#/benchmarks) [![](https://gofiber.github.io/fiber/static/benchmarks/benchmark.png)](https://gofiber.github.io/fiber/#/benchmarks)
[Click here to see all benchmark results](https://gofiber.github.io/fiber/#/benchmarks) **[Click here to see all benchmark results](https://gofiber.github.io/fiber/#/benchmarks)**
## Features ## Features
* Optimized for speed and low memory usage. * Optimized for speed and low memory usage.

@ -55,3 +55,4 @@ Subdomains
Type Type
Vary Vary
Xhr Xhr
Xml