3 रिपॉजिटरी
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.
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.
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.
JLRoutes एक iOS URL रूटिंग लाइब्रेरी और रूट मैनेजमेंट फ्रेमवर्क है। यह एक डीप लिंक हैंडलर के रूप में कार्य करता है जो एप्लिकेशन के भीतर नेविगेशन और डीप-लिंकिंग को प्रबंधित करने के लिए URL पैटर्न को विशिष्ट कोड ब्लॉक्स या ऑब्जेक्ट हैंडलर्स के साथ मैप करता है। यह फ्रेमवर्क संभावित मैचों के अनुक्रमों को प्रोसेस करने के लिए एक चेन-आधारित मूल्यांकन प्रणाली का उपयोग करता है और URL स्कीम्स के आधार पर रूटिंग टेबल्स को अलग-अलग सेट्स में व्यवस्थित करने को सपोर्ट करता है। यह पाथ्स को कैसे पार्स किया जाता है, इसे नियंत्रित करने के लिए कस्टम डेफिनिशन रिज़ॉल्यूशन के माध्यम से मानक मिलान लॉजिक को बदलने की अनुमति देता है। यह सिस्टम URL पैटर्न मैपिंग, पाथ सेगमेंट्स से डायनामिक पैरामीटर एक्सट्रैक्शन और वाइल्डकार्ड पाथ कैप्चरिंग को कवर करता है। इसमें प्रोटोकॉल-आधारित टारगेट डेलिगेशन और वैकल्पिक रूट सेगमेंट्स के पंजीकरण के लिए क्षमताएं भी शामिल हैं।
Offers a structured framework for organizing URL schemes and chaining handlers to resolve navigation paths.