mirror of https://github.com/gofiber/fiber.git
Update README.md
parent
867952880d
commit
0367d82d4f
|
@ -102,6 +102,11 @@
|
|||
<b>Fiber</b> is an <a href="https://github.com/expressjs/express">Express</a> inspired <b>web framework</b> built on top of <a href="https://github.com/valyala/fasthttp">Fasthttp</a>, the <b>fastest</b> HTTP engine for <a href="https://go.dev/doc/">Go</a>. Designed to <b>ease</b> things up for <b>fast</b> development with <b>zero memory allocation</b> and <b>performance</b> in mind.
|
||||
</p>
|
||||
|
||||
## ⚠️ **Attention**
|
||||
|
||||
Fiber v3 is currently in beta and under active development. While it offers exciting new features, please note that it may not be stable for production use. We recommend sticking to the latest stable release (v2.x) for mission-critical applications. If you choose to use v3, be prepared for potential bugs and breaking changes. Always check the official documentation and release notes for updates and proceed with caution. Happy coding! 🚀
|
||||
|
||||
|
||||
## ⚡️ Quickstart
|
||||
|
||||
```go
|
||||
|
|
Loading…
Reference in New Issue