You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are looking into Fiber performance and features. I would like to understand if there is a timeline on the production ready release. This would help us plan our project better.
Code Snippet (optional)
package main
import"github.com/gofiber/fiber/v3"import"log"funcmain() {
app:=fiber.New()
// An example to describe the questionlog.Fatal(app.Listen(":3000"))
}
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
we are still trying to get some features with breaking changes into the release before we bring the new feature online to prevent breaking changes in the future
Question Description
We are looking into Fiber performance and features. I would like to understand if there is a timeline on the production ready release. This would help us plan our project better.
Code Snippet (optional)
Checklist:
The text was updated successfully, but these errors were encountered: