awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gofiber/fibergofiber का अवतार

    gofiber/fiber

    39,849GitHub पर देखें↗

    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-routerangular-ui का अवतार

    angular-ui/ui-router

    13,435GitHub पर देखें↗

    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/jlroutesjoeldev का अवतार

    joeldev/JLRoutes

    5,709GitHub पर देखें↗

    JLRoutes एक iOS URL रूटिंग लाइब्रेरी और रूट मैनेजमेंट फ्रेमवर्क है। यह एक डीप लिंक हैंडलर के रूप में कार्य करता है जो एप्लिकेशन के भीतर नेविगेशन और डीप-लिंकिंग को प्रबंधित करने के लिए URL पैटर्न को विशिष्ट कोड ब्लॉक्स या ऑब्जेक्ट हैंडलर्स के साथ मैप करता है। यह फ्रेमवर्क संभावित मैचों के अनुक्रमों को प्रोसेस करने के लिए एक चेन-आधारित मूल्यांकन प्रणाली का उपयोग करता है और URL स्कीम्स के आधार पर रूटिंग टेबल्स को अलग-अलग सेट्स में व्यवस्थित करने को सपोर्ट करता है। यह पाथ्स को कैसे पार्स किया जाता है, इसे नियंत्रित करने के लिए कस्टम डेफिनिशन रिज़ॉल्यूशन के माध्यम से मानक मिलान लॉजिक को बदलने की अनुमति देता है। यह सिस्टम URL पैटर्न मैपिंग, पाथ सेगमेंट्स से डायनामिक पैरामीटर एक्सट्रैक्शन और वाइल्डकार्ड पाथ कैप्चरिंग को कवर करता है। इसमें प्रोटोकॉल-आधारित टारगेट डेलिगेशन और वैकल्पिक रूट सेगमेंट्स के पंजीकरण के लिए क्षमताएं भी शामिल हैं।

    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