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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesBrowser Engine Integrations

Integration of native browser engine APIs into application windows.

Distinct from OS-Specific Integration Modules: Focuses specifically on embedding browser engines rather than general OS API integration.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Browser Engine Integrations. Refine with filters or upvote what's useful.

Awesome Browser Engine Integrations GitHub Repositories

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

    zserge/webview

    14,109GitHub पर देखें↗

    This is a lightweight, header-only C/C++ library used to embed browser engines into native desktop applications. It serves as a desktop GUI framework that allows developers to build native applications using HTML and CSS for the user interface layer. The library provides a unified cross-platform browser component that wraps WebKit on Linux and macOS and WebView2 on Windows. It includes a native code bridge to bind JavaScript functions to C++ logic, enabling high-performance operations and data exchange across language boundaries. The project handles platform-specific browser integration and

    Integrates native platform APIs like WebKit and WebView2 to embed browser engines directly into application windows.

    C++
    GitHub पर देखें↗14,109
  • phalcon/cphalconphalcon का अवतार

    phalcon/cphalcon

    10,829GitHub पर देखें↗

    Phalcon is a full-stack PHP web framework implemented as a compiled C extension that loads directly into the PHP interpreter. Rather than executing PHP scripts at runtime, the framework runs as a native C module, bundling routing, ORM, templating, and caching into immutable structures compiled at build time. This architecture hooks directly into PHP's internal Zend Engine API to bypass userland function call overhead, processes HTTP requests through a C-level event pipeline, and passes data between layers using pointer references instead of duplicating memory buffers. The framework manages ob

    Hooks directly into PHP's internal Zend Engine API to bypass userland function call overhead.

    PHPext-phalconextensionframework
    GitHub पर देखें↗10,829
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. System Abstractions
  6. OS-Specific Integration Modules
  7. Browser Engine Integrations

सब-टैग एक्सप्लोर करें

  • PHP Engine IntegrationsHooking directly into PHP's internal Zend Engine API to bypass userland function call overhead. **Distinct from Browser Engine Integrations:** Distinct from Browser Engine Integrations: specifically integrates with the PHP Zend Engine, not browser engines.