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

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

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

3 مستودعات

Awesome GitHub RepositoriesMini-Program Runtime Adapters

Adapters that translate standard library calls into the specific environment and runtime requirements of mobile mini-programs.

Distinct from Environment Runtime Adapters: Specifically for mini-program runtimes rather than generic HTTP or server-side environment adapters

Explore 3 awesome GitHub repositories matching web development · Mini-Program Runtime Adapters. Refine with filters or upvote what's useful.

Awesome Mini-Program Runtime Adapters GitHub Repositories

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

    ecomfe/echarts-for-weixin

    7,500عرض على GitHub↗

    This is a chart library for rendering interactive data visualizations within WeChat Mini Programs using the Apache ECharts engine. It provides a set of visual components that use 2D canvas interfaces to render line, bar, pie, and scatter plots. The library utilizes a 2D canvas interface to increase drawing speed and resolve visual layering issues. It implements an interactive charting component that supports touch-based data interaction, allowing users to see detailed contextual information through formatted tooltips when tapping or hovering over data points. The project covers mobile data v

    Implements adapter-based API mapping to make the ECharts engine compatible with the WeChat mini-program runtime.

    JavaScriptchartechartsvisualization
    عرض على GitHub↗7,500
  • tencent/kboneالصورة الرمزية لـ Tencent

    Tencent/kbone

    4,912عرض على GitHub↗

    kbone is a cross-platform frontend bridge and web-to-mini-program adapter. It functions as a mini-program web runtime that allows web-based frontend frameworks to execute within a mini-program container by simulating browser interfaces. The project provides a native feature integration layer that enables the calling of native mini-program components and system functionalities from within a web-based execution context. It uses an adapter layer to simulate Document Object Model and Browser Object Model interfaces, allowing existing web applications to be migrated to mini-programs with minimal m

    Provides an adapter layer that translates standard web framework calls into the requirements of mini-program runtimes.

    JavaScript
    عرض على GitHub↗4,912
  • wechat-miniprogram/kboneالصورة الرمزية لـ wechat-miniprogram

    wechat-miniprogram/kbone

    4,914عرض على GitHub↗

    kbone is an isomorphic frontend framework and web-to-mini-program adapter. It serves as a cross-platform UI bridge and DOM simulation library that allows web applications to run inside WeChat Mini Programs by simulating a browser environment for JavaScript code. The project enables the migration of web UI frameworks into restricted environments by providing simulated browser interfaces and APIs. It translates standard web components and routing into native mini program elements and page transitions, allowing a single codebase to function as both a standard website and a mini program. The fra

    Adapts standard web library calls to meet the specific runtime requirements of WeChat Mini Programs.

    JavaScript
    عرض على GitHub↗4,914
  1. Home
  2. Web Development
  3. Request Adapters
  4. Environment Runtime Adapters
  5. Mini-Program Runtime Adapters

استكشف الوسوم الفرعية

  • Simulated Web RuntimesRuntime environments that simulate browser interfaces to execute standard web code in restricted containers. **Distinct from Mini-Program Runtime Adapters:** Focuses on the provided runtime environment, whereas the parent refers to the adapter layer.