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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesPlugin Interaction Handling

Processes page loads, button clicks, and form submissions from the admin UI through a request-response cycle.

Distinct from Request Processing Plugins: Distinct from Request Processing Plugins: focuses on handling admin UI interactions specifically, not general HTTP request processing.

Explore 2 awesome GitHub repositories matching development tools & productivity · Plugin Interaction Handling. Refine with filters or upvote what's useful.

Awesome Plugin Interaction Handling GitHub Repositories

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

    emdash-cms/emdash

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

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Processes page loads, button clicks, and form submissions from the admin UI through a request-response cycle.

    TypeScriptastrocmsemdash
    GitHub पर देखें↗10,887
  • haskell/haskell-language-serverhaskell का अवतार

    haskell/haskell-language-server

    2,936GitHub पर देखें↗

    The Haskell Language Server is an implementation of the Language Server Protocol that provides real-time diagnostics, code navigation, and refactoring support for Haskell projects. It functions as a backend service that enables advanced editing capabilities within standard text editors by facilitating communication between the development environment and the Haskell compiler. The project distinguishes itself through a modular, plugin-based architecture that allows for the integration of independent components for specific language features. It leverages the host compiler as a library to perfo

    Ensures stability by verifying that dependencies between diagnostics and code actions are handled correctly.

    Haskellcabalghchacktoberfest
    GitHub पर देखें↗2,936
  1. Home
  2. Development Tools & Productivity
  3. Plugin Systems
  4. Custom Plugin Registrations
  5. Request Processing Plugins
  6. Plugin Interaction Handling

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

  • Plugin Interaction ValidatorsTools for verifying that multiple plugins function correctly when combined in a shared environment. **Distinct from Plugin Interaction Handling:** Distinct from Plugin Interaction Handling: focuses on the validation of cross-plugin dependencies rather than request-response handling.