mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Update README.md
This commit is contained in:
parent
861422c944
commit
d3662bb6af
@ -2,24 +2,15 @@
|
|||||||
<img height="150" src="https://gofiber.github.io/fiber/static/logo.jpg">
|
<img height="150" src="https://gofiber.github.io/fiber/static/logo.jpg">
|
||||||
</p>
|
</p>
|
||||||
<!--
|
<!--
|
||||||
<<<<<<< HEAD
|
|
||||||

|

|
||||||

|

|
||||||
=======
|
|
||||||

|
|
||||||

|
|
||||||
>>>>>>> master
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Fiber     
|
# 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/)**
|
**[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/)**
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
[](https://gofiber.github.io/fiber/#/benchmarks)
|
[](https://gofiber.github.io/fiber/#/benchmarks)
|
||||||
=======
|
|
||||||
[](https://gofiber.github.io/fiber/#/benchmarks)
|
|
||||||
>>>>>>> master
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Optimized for speed and low memory usage.
|
* Optimized for speed and low memory usage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user