mirror of https://github.com/gofiber/fiber.git
Update README.md
parent
39727e8862
commit
c19507f907
|
@ -1,8 +1,8 @@
|
|||
# 🔌 Fiber Web Framework <img src="images/flags/en.svg" alt="en"/> <a href="README_RU.md"><img src="images/flags/ru.svg" alt="ru"/></a>
|
||||
# 🔌 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>
|
||||
|
||||
[](https://github.com/gofiber/fiber/releases)  [](https://godoc.org/github.com/gofiber/fiber) 
|
||||
|
||||
<img align="right" height="180px" src="https://gofiber.github.io/fiber/static/logo.jpg" />
|
||||
<img align="right" height="180px" src="docs/static/logo.jpg" />
|
||||
|
||||
**[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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue