awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesEditor Message Routers

Routes Neovim messages to configurable visual containers based on event type and content patterns.

Distinct from Type-Based Message Routing: Distinct from Type-Based Message Routing: applies specifically to routing editor messages to UI containers, not general in-memory pub-sub.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Editor Message Routers. Refine with filters or upvote what's useful.

Awesome Editor Message Routers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • folke/noice.nvimAvatar folke

    folke/noice.nvim

    5,612Vezi pe GitHub↗

    noice.nvim is a Neovim UI enhancement plugin that replaces the editor's default command-line, notification, and popup-menu interfaces with a modern, customizable floating-window system. It provides a command-line popup menu, an LSP progress viewer, a message routing framework, and a notification display system with configurable layouts and severity-based styling. The plugin routes Neovim messages to different visual containers based on event type, kind, or content, and displays notifications with customizable layouts, icons, and severity-based styling in floating windows. It visualizes ongoin

    Ships a message routing framework that redirects Neovim messages to different visual containers based on event type, kind, or content.

    Luaneovimneovim-lua-pluginneovim-plugin
    Vezi pe GitHub↗5,612
  • nteract/hydrogenAvatar nteract

    nteract/hydrogen

    4,011Vezi pe GitHub↗

    Hydrogen este un mediu interactiv de execuție a codului și o integrare pentru editorul de text care permite execuția liniilor sau blocurilor individuale de cod cu ieșire imediată inline. Acesta funcționează ca un notebook interactiv poliglot și un orchestrator de kernel-uri la distanță, permițând utilizatorilor să ruleze cod prin kernel-uri Jupyter și să randeze conținut media bogat, cum ar fi grafice, imagini și video, direct în editor. Sistemul se distinge prin gestionarea kernel-urilor la distanță, rutând execuția codului către containere externe sau servere remote prin socket-uri de rețea. Menține un mediu de programare cu stare (stateful) unde namespace-urile limbajelor persistă în mai multe fișiere, permițând urmărirea stării variabilelor și completarea codului conștientă de kernel, bazată pe runtime-ul activ. Platforma acoperă, de asemenea, controlul ciclului de viață al kernel-ului, inclusiv capacitatea de a întrerupe sau reporni mediile. Include un sistem de plugin-uri pentru extinderea funcționalităților limbajului și a interfeței utilizatorului.

    Routes execution requests and results between the editor and local or remote language environments.

    TypeScriptatomdata-sciencehydrogen
    Vezi pe GitHub↗4,011
  • damianavila/riseAvatar damianavila

    damianavila/RISE

    3,739Vezi pe GitHub↗

    RISE is an interactive notebook presentation tool and slideshow manager designed to transform Jupyter and IPython notebooks into structured slide decks. It functions as an extension that allows a user to toggle between a standard editable notebook view and a full-screen slideshow format during live demonstrations. The system utilizes the Reveal.js framework to render notebook cells as formatted slides, mapping Jupyter metadata to determine slide breaks and fragment sequences. This integration enables the creation of computational slide decks where running Python code and interactive visualiza

    Provides bidirectional message routing between the presentation interface and the IPython kernel for live code execution.

    JavaScript
    Vezi pe GitHub↗3,739
  1. Home
  2. Software Engineering & Architecture
  3. Type-Based Message Routing
  4. Editor Message Routers

Explorează sub-etichetele

  • Kernel Communication RoutersProxies and routes messages between a text editor and a language runtime kernel. **Distinct from Editor Message Routers:** Specific to routing kernel execution requests and results, not general editor UI messages.