How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Plug is a specification and set of primitives for building composable middleware pipelines in Elixir web applications. It provides a system for managing HTTP request pipelines and a routing engine that dispatches incoming requests to specific handlers based on methods and URL patterns. The project enables the creation of interchangeable web middleware for tasks such as authentication, logging, and session management. It also includes mechanisms for upgrading standard HTTP requests to full-duplex WebSocket connections. The capability surface covers request body parsing, static asset delivery,
API monitoring & analytics made simple Metrics, logs, traces, and alerts for your APIs — with just a few lines of code.
A health check middleware for fiber web framework.
NOTE: 🚨 We are currently migrating this middleware to the official gofiber/contrib repo, official link etc. will be posted soon.
A middleware for multiple Go frameworks that automatically minifies HTTP responses before sending them to clients. Powered by the efficient tdewolff/minify/v2 library.
The main features of narmadaweb/gonify are: Web Framework Middleware.
Open-source alternatives to narmadaweb/gonify include: elixir-plug/plug — Plug is a specification and set of primitives for building composable middleware pipelines in Elixir web applications.… apitally/apitally-go — API monitoring & analytics made simple Metrics, logs, traces, and alerts for your APIs — with just a few lines of code. aschenmaker/fiber-health-check — A health check middleware for fiber web framework. beyer-stefan/gofiber-minifier — Minifier for Fiber ("gofiber") supporting HTML5, CSS3, and JavaScript. darkweak/souin — An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh,… ansrivas/fiberprometheus — NOTE: 🚨 We are currently migrating this middleware to the official gofiber/contrib repo, official link etc. will be…