awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Frameworks de servicios web en Elixir

Clasificación actualizada el 30 jun 2026

Librerías y frameworks de alto rendimiento para desarrollar aplicaciones web y APIs escalables utilizando el lenguaje Elixir.

Frameworks de servicios web en Elixir

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • elixir-plug/plugAvatar de elixir-plug

    elixir-plug/plug

    2,987Ver en 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
    Ver en GitHub↗2,987

Related searches

  • un framework web para construir APIs HTTP en Rust
  • framework web para construir APIs en Ruby
  • a high performance web framework for Go
  • un router HTTP y toolkit web para Go
  • a high performance web framework for Rust
  • framework web para construir APIs en Kotlin
  • a lightweight web framework for Node.js
  • a lightweight HTTP router for Go