Stack Explorer

Gorilla Mux

Routing

Powerful and flexible HTTP router for Go

200K/week ↓ Declining

Features

routinghttpmiddlewareregex

Pros and Cons

Ventajas

  • + Regex routing support
  • + Route variables
  • + Chainable middleware
  • + Subrouters for modularity
  • + Compatible with standard net/http

Desventajas

  • - Archived project (minimal maintenance)
  • - Lower performance than chi
  • - No new features

Use Cases

  • REST APIs with complex routing
  • Modular web applications
  • Custom reverse proxy
  • Middleware patterns
  • Legacy Go applications

Tecnologías Relacionadas

Compatible with