awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

إطارات عمل خدمات الويب بلغة Elixir

تم تحديث الترتيب في 30 يونيو 2026

مكتبات وإطارات عمل عالية الأداء لتطوير تطبيقات ويب وواجهات برمجة تطبيقات قابلة للتوسع باستخدام لغة Elixir.

إطارات عمل خدمات الويب بلغة Elixir

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • elixir-plug/plugالصورة الرمزية لـ elixir-plug

    elixir-plug/plug

    2,987عرض على 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
    عرض على GitHub↗2,987

Related searches

  • إطار عمل ويب لبناء واجهات برمجة تطبيقات HTTP في Rust
  • إطار عمل ويب لبناء واجهات برمجة التطبيقات (APIs) في Ruby
  • a high performance web framework for Go
  • موجّه HTTP ومجموعة أدوات ويب في Go
  • a high performance web framework for Rust
  • إطار عمل ويب لبناء واجهات برمجة التطبيقات (APIs) في Kotlin
  • a lightweight web framework for Node.js
  • a lightweight HTTP router for Go