-
### Feature Proposal Description
Reduce the boilerplate of setting up AutoTLS / ACME by adding built-in support into Fiber. Similar to what `Gin` and `Echo` currently offer. We currently support this…
-
I think we should add support for framework like [GoFiber](https://github.com/gofiber/fiber).
Someone has already tried: https://github.com/Just4Ease/fiber-gqlgen/blob/master/handler.go.
Here a …
-
### Feature Proposal Description
You can refer to this https://github.com/gogf/gf
It has some practical features, but excessive encapsulation leads to bloating
I think these features are quite …
HHC26 updated
6 months ago
-
Can we integrate with pprof
Request to please help in understand how to integrate pprof in chaki.
Thank you.
-
### Feature Description
Expose the route name inside middleware before reach the end handler / last handler in the stack.
### Additional Context (optional)
Currently I'm trying to implement a…
-
@sebajax The latest v2 release is a security release. See details here: https://github.com/gofiber/fiber/releases/tag/v2.52.1
gaby updated
9 months ago
-
### Question Description
Hi,
Is it possible to call another route from the same fiber server without going through the network?
In the snippet below, I would like to call /api/endpoint from the…
-
I normally use fiber to create APIs but now I have a project which enforce to use MVC architecture
Does fiber have any Datatables library?
-
I am a green hand about the fiber framework,is there any demos?Thanks alot.
-
I am making a simple benchmark for some performance-oriented web frameworks like gin, fiber, actix, axum. fiber is undoubtedly an awesome framework which is probably the fatest in golang and is super …