mirror of https://github.com/gofiber/fiber.git
Update README.md
parent
ed2122d586
commit
04f94e0b26
12
README.md
12
README.md
|
@ -1,5 +1,15 @@
|
|||
<p align="center">
|
||||
<img src="https://fenny.github.io/fiber/logo.jpg" width="150" alt="Fiber">
|
||||
<br><br>
|
||||
<a href="https://fenny.github.io/fiber" target="_blank">Documentation</a>
|
||||
</p>
|
||||
|
||||
[](https://github.com/fenny/fiber/releases/latest)
|
||||
[](http://godoc.org/github.com/fenny/fiber)
|
||||
[](https://goreportcard.com/report/github.com/fenny/fiber)
|
||||
[](https://github.com/fenny/fiber/blob/master/LICENSE)
|
||||
[](https://gitter.im/FiberGo/community)
|
||||
<br><br>
|
||||
**[Fiber](https://github.com/fenny/fiber)** is a router framework build on top of [FastHTTP](https://github.com/valyala/fasthttp), the fastest HTTP package for **[Go](https://golang.org/doc/)**.<br>
|
||||
This library is inspired by [Express](https://expressjs.com/en/4x/api.html), one of the most populair and well known web framework for **[Nodejs](https://nodejs.org/en/about/)**.
|
||||
|
||||
<a href="https://fenny.github.io/fiber" target="_blank">Documentation</a>
|
||||
|
|
Loading…
Reference in New Issue