awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Elixir-Frameworks für Webdienste

Ranking aktualisiert am 30. Juni 2026

Hochperformante Bibliotheken und Frameworks für die Entwicklung skalierbarer Webanwendungen und APIs mit Elixir.

Elixir-Frameworks für Webdienste

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • elixir-plug/plugAvatar von elixir-plug

    elixir-plug/plug

    2,987Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,987

Related searches

  • ein Web-Framework zum Erstellen von HTTP-APIs in Rust
  • ein Web-Framework zum Erstellen von APIs in Ruby
  • a high performance web framework for Go
  • ein HTTP-Router und Web-Toolkit für Go
  • a high performance web framework for Rust
  • ein Web-Framework zum Erstellen von APIs in Kotlin
  • a lightweight web framework for Node.js
  • a lightweight HTTP router for Go