Fiber: New high performance web framework for Go
1–3 of 3 posts
Re: Fiber: New high performance web framework for Go
#2Benchmarks: (Graph) https://github.com/gofiber/fiber#benchmark
(Tech empower) https://fiber.wiki/benchmarks
Re: Fiber: New high performance web framework for Go
#3I would recommend more code examples in the readme. For one thing, I'm interested in how pattern matching in URLs is supported, as well as middleware creation/ chaining.
What makes it similar to Express? What even are the benefits of that? I didn't think Go's many web frameworks left me wanting for something closer to Express personally, but then again I didn't really enjoy using Express all that much, so I might not be the target market to start off with.