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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wequick avatar

wequick/Small

0
View on GitHub↗
5,024 स्टार्स·1,099 फोर्क्स·Java·Apache-2.0·1 व्यूcode.wequick.net/Small↗

Small

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

फ़्रेमवर्क में स्टार्टअप समय को बेहतर बनाने के लिए ऑन-डिमांड फ़ीचर लोडिंग के लिए एक डायनामिक मॉड्यूल लोडर और एक डिपेंडेंसी इंजेक्शन सर्विस रजिस्ट्री शामिल है जो फ़ीचर मॉड्यूल को सर्विस डिस्कवरी के लिए एक केंद्रीय कोर से जोड़ती है।

यह सिस्टम विभिन्न मोबाइल प्लेटफ़ॉर्म पर साझा लॉजिक और यूज़र इंटरफ़ेस तत्वों को लगातार प्रबंधित करने के लिए एक प्लेटफ़ॉर्म एब्स्ट्रैक्शन लेयर और एक घटक ब्रिज प्रदान करता है। यह एक इवेंट बस मैसेजिंग सिस्टम और प्लगइन-आधारित आर्किटेक्चर के माध्यम से डिकपल्ड संचार का भी समर्थन करता है।

Features

  • Plugin-Based Architectures - Implements a plugin-based architecture allowing mobile applications to be split into independent, dynamically loadable modules.
  • Dynamic Module Loading - Includes a dynamic module loader that loads application features on demand to optimize startup time and memory.
  • Service Dependency Wiring - Provides a service registry to connect separate feature modules to the application core for service discovery.
  • Application Modularization Frameworks - Provides a framework for breaking monolithic mobile apps into small decoupled plugins to reduce memory usage.
  • Cross-Platform Application Development - Enables the development of modular applications that run consistently across multiple mobile operating systems.
  • Cross-Platform Frameworks - Provides a cross-platform plugin framework for splitting mobile apps into independent, maintainable components.
  • Mobile Application Architectures - Provides a structural pattern for separating functional modules in mobile apps to reduce system complexity.
  • Cross-Platform Abstraction Layers - Provides a platform abstraction layer that hides OS differences behind a unified internal API.
  • Dynamic Module Loaders - Provides a mechanism for discovering and importing code modules at runtime to improve resource management.
  • Module-Based Registries - Uses a registry-based dependency injection system to wire separate feature modules to a central core.
  • Mobile App Architectures - Implements a design pattern for organizing mobile apps into decoupled plugins instead of a monolithic codebase.
  • Multi-OS - Provides a system for developing shared logic and features that can be plugged into multiple mobile OS environments.
  • Modularization Tools - Provides tools to break monolithic mobile applications into independent components to reduce complexity.
  • Event Bus Architectures - Ships an event-bus messaging system for decoupled, asynchronous data exchange between independent components.
  • Inter-Module Communication - Implements mechanisms for exchanging data between isolated feature modules using an asynchronous messaging system.
  • Cross-Platform Component Renderers - Provides a system to translate high-level component definitions into native UI elements across mobile platforms.
  • Cross-Platform UI Component Libraries - Manages a shared set of UI components and logic that render consistently across different mobile platforms.
  • Development Frameworks - A framework for modularizing large applications.

स्टार हिस्ट्री

wequick/small के लिए स्टार हिस्ट्री चार्टwequick/small के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Small के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Small के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • didi/mpxdidi का अवतार

    didi/mpx

    3,905GitHub पर देखें↗

    MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p

    JavaScript
    GitHub पर देखें↗3,905
  • apache/incubator-weexapache का अवतार

    apache/incubator-weex

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

    Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra

    C++
    GitHub पर देखें↗13,622
  • react/react-nativereact का अवतार

    react/react-native

    126,092GitHub पर देखें↗

    React Native is a cross-platform mobile framework used to build native iOS and Android applications from a single codebase. It provides a native UI component library of declarative components that map directly to native platform interface controls. The environment enables a mobile app iteration workflow that supports immediate interface updates after changing source files, bypassing full native build cycles. The framework covers cross-platform app development and native mobile UI development, allowing for the creation of applications that render native components rather than web views.

    C++
    GitHub पर देखें↗126,092
  • thecodingmachine/react-native-boilerplatethecodingmachine का अवतार

    thecodingmachine/react-native-boilerplate

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

    This project is a TypeScript mobile application scaffold and framework template for building cross-platform iOS and Android applications. It provides a standardized architectural starting point that emphasizes a separation of concerns by isolating business logic from the user interface. The template functions as an architecture kit with built-in support for environment-aware configurations, allowing different API secrets and settings across development and production builds. It also serves as an internationalized starter project featuring dynamic visual theme injection and multi-language loca

    TypeScript
    GitHub पर देखें↗5,542
Small के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

wequick/small क्या करता है?

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

wequick/small की मुख्य विशेषताएं क्या हैं?

wequick/small की मुख्य विशेषताएं हैं: Plugin-Based Architectures, Dynamic Module Loading, Service Dependency Wiring, Application Modularization Frameworks, Cross-Platform Application Development, Cross-Platform Frameworks, Mobile Application Architectures, Cross-Platform Abstraction Layers।

wequick/small के कुछ ओपन-सोर्स विकल्प क्या हैं?

wequick/small के ओपन-सोर्स विकल्पों में शामिल हैं: didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… apache/incubator-weex — Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating… react/react-native — React Native is a cross-platform mobile framework used to build native iOS and Android applications from a single… thecodingmachine/react-native-boilerplate — This project is a TypeScript mobile application scaffold and framework template for building cross-platform iOS and… nonebot/nonebot2 — Nonebot2 is an asynchronous Python framework for building event-driven chatbots across multiple messaging platforms.… android/kotlin-multiplatform-samples — This repository provides a collection of reference implementations for building mobile applications using the Kotlin…