awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Elixir Web Service Frameworks

Ranking updated Jun 30, 2026

High-performance libraries and frameworks for developing scalable web applications and APIs using the Elixir language.

Elixir Web Service Frameworks

Find the best repos with AI.We'll search the best matching repositories with AI.
  • elixir-plug/plugelixir-plug avatar

    elixir-plug/plug

    2,987View on GitHub↗

    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,

    Plug is the foundational web framework for Elixir, providing a routing DSL, composable middleware pipelines, WebSocket upgrades, JSON and request parsing, and testing utilities—exactly the building blocks needed for HTTP API development.

    ElixirRequest Middleware
    View on GitHub↗2,987

Related searches

  • a web framework for building HTTP APIs in Rust
  • a web framework for building APIs in Ruby
  • a high performance web framework for Go
  • an HTTP router and web toolkit for Go
  • a high performance web framework for Rust
  • a web framework for building APIs in Kotlin
  • a lightweight web framework for Node.js
  • a lightweight HTTP router for Go