mirror of https://github.com/gofiber/fiber.git
Update README.md
parent
e8a601094e
commit
dfd8366ce5
|
@ -1,13 +1,15 @@
|
|||
# 🔌 Fiber Web Framework <img width="26px" src="docs/static/en.svg" alt="en"/> <a href="README_RU.md"><img width="26px" src="docs/static/ru.svg" alt="ru"/></a>
|
||||
# 🔌 Fiber Web Framework
|
||||
|
||||
[](https://github.com/gofiber/fiber/releases)  [](https://godoc.org/github.com/gofiber/fiber) 
|
||||
|
||||
<img align="right" height="180px" src="docs/static/logo.jpg" />
|
||||
<img align="right" height="180px" src="docs/static/logo_320px_trans.png" alt="Fiber logo" />
|
||||
|
||||
**[Fiber](https://github.com/gofiber/fiber)** is an [Express](https://expressjs.com/en/4x/api.html)-styled HTTP web framework implementation running on [Fasthttp](https://github.com/valyala/fasthttp), the **fastest** HTTP engine for Go (Golang). The package make use of **similar framework convention** as they are in Express.
|
||||
|
||||
People switching from [Node.js](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.
|
||||
|
||||
**In other languages:** <a href="README_RU.md"><img width="20px" src="docs/static/ru.svg" alt="ru"/></a>
|
||||
|
||||
## API Documentation
|
||||
|
||||
📚 We created an extended API documentation (_including examples_), **[click here](https://gofiber.github.io/fiber/)**.
|
||||
|
|
Loading…
Reference in New Issue