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

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

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

3 مستودعات

Awesome GitHub RepositoriesRouting Frameworks

Frameworks for managing application navigation and screen transitions.

Distinguishing note: Focuses on the routing framework architecture rather than specific route implementations.

Explore 3 awesome GitHub repositories matching web development · Routing Frameworks. Refine with filters or upvote what's useful.

Awesome Routing Frameworks GitHub Repositories

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

    gofiber/fiber

    39,849عرض على GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    The framework organizes related routes into logical groups with shared prefixes and middleware, or uses fluent chains to define multiple HTTP methods for a single path.

    Goexpressexpressjsfast
    عرض على GitHub↗39,849
  • angular-ui/ui-routerالصورة الرمزية لـ angular-ui

    angular-ui/ui-router

    13,435عرض على GitHub↗

    UI-Router is a routing framework for AngularJS applications that maps URLs to a hierarchical tree of states and nested views. It functions as a state-based navigation engine, managing view transitions and dependencies through defined states rather than simple linear URL paths. The system acts as a nested view router, enabling the simultaneous rendering of multiple content areas by mapping application states to named views. It also serves as a client-side route controller, providing mechanisms to intercept transitions for authentication checks and resolve data dependencies before rendering vie

    Provides a comprehensive routing framework for AngularJS applications based on hierarchical states and nested views.

    TypeScriptangularjsjavascriptrouter
    عرض على GitHub↗13,435
  • joeldev/jlroutesالصورة الرمزية لـ joeldev

    joeldev/JLRoutes

    5,709عرض على GitHub↗

    JLRoutes هي مكتبة توجيه عناوين URL لإطار عمل iOS وإدارة المسارات. تعمل كمعالج للروابط العميقة (deep link) يربط أنماط عناوين URL بكتل كود معينة أو معالجات كائنات لإدارة التنقل والروابط العميقة داخل التطبيق. يستخدم إطار العمل نظام تقييم قائماً على السلسلة لمعالجة تسلسلات التطابقات المحتملة ويدعم تنظيم جداول التوجيه في مجموعات متميزة بناءً على مخططات عناوين URL. يسمح باستبدال منطق المطابقة القياسي من خلال دقة تعريف مخصصة للتحكم في كيفية تحليل المسارات. يغطي النظام تعيين أنماط عناوين URL، واستخراج المعلمات الديناميكية من أجزاء المسار، والتقاط مسارات البدل (wildcard). كما يتضمن إمكانيات لتفويض الهدف القائم على البروتوكول وتسجيل أجزاء المسار الاختيارية.

    Offers a structured framework for organizing URL schemes and chaining handlers to resolve navigation paths.

    Objective-Capplinkcarthagecocoapods
    عرض على GitHub↗5,709
  1. Home
  2. Web Development
  3. Routing Frameworks