mirror of https://github.com/gofiber/fiber.git
Update README_NEW.md
parent
6075ee78bd
commit
82295d9b9d
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://github.com/gofiber/fiber/releases) [](https://fiber.wiki)  [](https://gocover.io/github.com/gofiber/fiber) [](https://travis-ci.org/gofiber/fiber) [](https://travis-ci.org/gofiber/fiber)
|
||||
|
||||
**Fiber** is an [Expressjs](https://github.com/expressjs/express) inspired **web framework** build on top of [Fasthttp], the fastest HTTP engine (https://github.com/valyala/fasthttp) for [Go](https://golang.org/doc/).
|
||||
**Fiber** is an [Expressjs](https://github.com/expressjs/express) inspired **web framework** build on top of [Fasthttp](https://github.com/valyala/fasthttp), the **fastest** HTTP engine for [Go](https://golang.org/doc/).
|
||||
Designed to **ease** things up for **fast** development with **zero memory allocation** and **performance** in mind.
|
||||
|
||||
## ⚡️ Quick start
|
||||
|
|
Loading…
Reference in New Issue