Fiber Web Framework Guidelines
Objective: Define standards for building Express-inspired, high-performance Go APIs with Fiber (Fasthttp-based), covering project structure, routing, middleware, critical caveats, testing, and production configuration.
Source File
View the full rule: .agent/rules/fiber.md
Sections
- Overview, Trade-offs & Project Structure
- Routing & Handlers
- Critical Caveats & Context Safety
- Middleware & Security
- Performance, Testing & Deployment
