Stack Explorer

Fiber

web-framework

Express.js-inspired web framework for Go

150K/week ↑ Growing

Features

express-likefastzero-allocationfasthttp

Pros and Cons

Ventajas

  • + Familiar API for Express.js developers
  • + Extremely fast (based on fasthttp)
  • + Zero memory allocation
  • + Easy migration from Node.js
  • + Rich included middleware

Desventajas

  • - Doesn't use standard net/http
  • - Some Go packages incompatible
  • - Younger than Gin/Echo

Use Cases

  • High-performance APIs
  • Node.js to Go migration
  • Fast microservices
  • High-traffic WebSockets
  • Real-time application backend

Tecnologías Relacionadas

Compatible with

Alternatives

Related