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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

117 repositorios

Awesome GitHub RepositoriesReactive & Messaging

Explore 117 awesome GitHub repositories matching software engineering & architecture · Reactive & Messaging. Refine with filters or upvote what's useful.

Awesome Reactive & Messaging GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vinta/awesome-pythonAvatar de vinta

    vinta/awesome-python

    303,207Ver en GitHub↗

    Este proyecto es un directorio integral curado por la comunidad que organiza un vasto panorama de bibliotecas, frameworks y herramientas de software de Python. Sirve como una base de conocimientos centralizada diseñada para facilitar la navegación del ecosistema y acelerar el descubrimiento de desarrolladores en todo el ciclo de vida del desarrollo de software. El directorio se distingue por proporcionar un índice estructurado de recursos categorizados por dominio técnico, que van desde utilidades de desarrollo fundamentales hasta campos de ingeniería especializados. Cubre capacidades de alto nivel que incluyen inteligencia artificial, ciencia de datos, desarrollo web y gestión de infraestructura, lo que permite a los desarrolladores identificar soluciones verificadas para desafíos técnicos específicos. El proyecto abarca una amplia superficie de capacidades, incluyendo herramientas para la gestión de dependencias, análisis de código estático y pruebas automatizadas. También cataloga recursos para el almacenamiento de datos persistentes, orquestación de infraestructura en la nube y desarrollo de interfaces, proporcionando una referencia unificada para construir y mantener sistemas de software complejos.

    Decouple long-running operations from main execution cycles by offloading tasks to background workers.

    Pythonawesomecollectionspython
    Ver en GitHub↗303,207
  • firecrawl/firecrawlAvatar de firecrawl

    firecrawl/firecrawl

    133,479Ver en GitHub↗

    Firecrawl is a web data extraction platform designed to convert unstructured web content into clean, LLM-ready formats like markdown or JSON. It functions as an autonomous web crawler and scraper, capable of mapping entire domains, performing recursive navigation, and executing complex data gathering tasks. By leveraging headless browser orchestration, the system handles dynamic, JavaScript-heavy pages to ensure comprehensive data capture. The platform distinguishes itself through its focus on agentic workflows, providing a programmatic interface that allows autonomous agents to perform live

    Offloads resource-intensive crawling operations to background workers to maintain non-blocking execution.

    TypeScriptaiai-agentsai-crawler
    Ver en GitHub↗133,479
  • facebook/react-nativeAvatar de facebook

    facebook/react-native

    126,019Ver en GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    Decouples application logic from native host threads by serializing events and UI updates over an asynchronous message bus.

    C++androidapp-frameworkcross-platform
    Ver en GitHub↗126,019
  • godotengine/godotAvatar de godotengine

    godotengine/godot

    112,618Ver en GitHub↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-platform development suite, allowing developers to author, test, and export software to desktop, mobile, and web environments from a single, unified codebase. The engine distinguishes itself through a modular, component-based architecture that relies on signals-based decoupling for

    Maintain global application state and synchronize variables across various execution contexts throughout the project lifecycle.

    C++game-developmentgame-enginegamedev
    Ver en GitHub↗112,618
  • immich-app/immichAvatar de immich-app

    immich-app/immich

    104,236Ver en GitHub↗

    Immich is a self-hosted media management platform designed to provide a centralized, private repository for photos and videos. It functions as a comprehensive system for organizing, backing up, and viewing personal media collections across mobile devices, web browsers, and external storage locations. By maintaining full control over data ownership and storage infrastructure, the platform ensures that users retain sovereignty over their digital assets. The system distinguishes itself through a distributed architecture that coordinates background media synchronization, real-time filesystem moni

    Triggers automated asset ingestion and indexing by reacting to directory changes without requiring manual rescans.

    TypeScriptbackup-toolfluttergoogle-photos
    Ver en GitHub↗104,236
  • puppeteer/puppeteerAvatar de puppeteer

    puppeteer/puppeteer

    94,811Ver en GitHub↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to facilitate stable, automated web-based workflows. The library distinguishes itself through its deep integration with the Chrome DevTools Protocol, utilizing a bidirectional message bus to execute commands and receive real-time event notifications. It supports advanced automation pa

    Routes browser-level events to registered listeners, enabling real-time monitoring of page interactions and internal state changes.

    TypeScriptautomationchromechromium
    Ver en GitHub↗94,811
  • django/djangoAvatar de django

    django/django

    87,878Ver en GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-read

    Tracks state changes and triggers updates across the application using reactive signaling primitives.

    Pythonappsdjangoframework
    Ver en GitHub↗87,878
  • laravel/laravelAvatar de laravel

    laravel/laravel

    84,489Ver en GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. The framework is built to handle complex application requirements through a modular architecture that emphasizes convention over configuration. What distinguishes Laravel is its deep integration of background processing and event-driven communication. It features a task queue orch

    Centralizes complex event-driven logic by grouping multiple listeners within dedicated subscriber classes.

    Bladeframeworklaravelphp
    Ver en GitHub↗84,489
  • infiniflow/ragflowAvatar de infiniflow

    infiniflow/ragflow

    82,922Ver en GitHub↗

    This project is a comprehensive retrieval-augmented generation platform designed for building, managing, and deploying knowledge-based AI applications. It provides a unified environment for organizing datasets, configuring conversational chat assistants, and developing autonomous agents that execute multi-step reasoning workflows. By integrating document intelligence with advanced retrieval pipelines, the platform enables the creation of grounded, verifiable responses supported by traceable citations. The platform distinguishes itself through deep document understanding and sophisticated know

    Offloads resource-intensive parsing and indexing tasks to background workers to ensure consistent system responsiveness.

    Pythonagentagenticagentic-ai
    Ver en GitHub↗82,922
  • junegunn/fzfAvatar de junegunn

    junegunn/fzf

    81,017Ver en GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Offloads command execution to background processes to keep the interface responsive during data filtering.

    Gobashclifish
    Ver en GitHub↗81,017
  • enaqx/awesome-reactAvatar de enaqx

    enaqx/awesome-react

    73,650Ver en GitHub↗

    This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mobile application development. The repository distinguishes itself through a hierarchical taxonomy that organizes a fragmented landscape of third-party software into functional domains. By utilizing markdown-based content curation, it provides a structured index that allows develo

    Details state management patterns and reactive libraries for handling complex application data and event-driven updates.

    awesomeawesome-listjavascript
    Ver en GitHub↗73,650
  • caddyserver/caddyAvatar de caddyserver

    caddyserver/caddy

    73,492Ver en GitHub↗

    Caddy is an extensible, modular web server platform designed for high-performance traffic management and automated security. At its core, it functions as a dynamic HTTP gateway that handles request routing, static asset delivery, and reverse proxying through a chain of configurable handler modules. The system is built on a modular architecture that allows developers to extend server functionality by registering custom components, all managed through a unified lifecycle and provisioning framework. What distinguishes Caddy is its focus on automated infrastructure and zero-downtime operations. I

    Internal event buses trigger automated workflows like certificate renewal or configuration reloads in response to state changes or system signals.

    Goacmeautomatic-httpscaddy
    Ver en GitHub↗73,492
  • hakimel/reveal.jsAvatar de hakimel

    hakimel/reveal.js

    71,731Ver en GitHub↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation of responsive, browser-based presentations that support complex layouts, nested transitions, and interactive content. The framework distinguishes itself through a modular, plugin-based architecture that allows developers to extend core functionality using custom hooks and event

    Broadcasts state changes and navigation events through a centralized bus to trigger plugin execution and component updates.

    JavaScriptpresentationsslidesslideshow
    Ver en GitHub↗71,731
  • unclecode/crawl4aiAvatar de unclecode

    unclecode/crawl4ai

    68,644Ver en GitHub↗

    Crawl4AI is an AI-powered web crawling and data extraction engine designed to transform complex web content into structured formats. It functions as a headless browser orchestrator, enabling the navigation of dynamic websites, the execution of custom scripts, and the capture of visual assets like screenshots and PDFs. By integrating language models directly into the extraction workflow, the system converts raw HTML into clean, structured data or Markdown files optimized for downstream ingestion. The platform distinguishes itself through a distributed, self-hosted infrastructure that manages l

    Offloads intensive crawling operations to background workers to maintain non-blocking execution and efficient job management.

    Python
    Ver en GitHub↗68,644
  • cline/clineAvatar de cline

    cline/cline

    63,750Ver en GitHub↗

    Cline is an extensible agent runtime and multi-agent orchestration engine designed to automate complex software engineering workflows. It functions as an integrated development environment extension that bridges strategic task planning with autonomous execution, allowing users to manage multi-step projects through human-in-the-loop oversight or independent agent operation. The platform distinguishes itself by enabling the creation of specialized agent teams that share a common state and coordinate through a centralized task manager. It enforces project-specific architectural guidelines and co

    Exposes standardized hooks that allow external systems to trigger and communicate with core agent logic in real time.

    TypeScript
    Ver en GitHub↗63,750
  • scrapy/scrapyAvatar de scrapy

    scrapy/scrapy

    62,274Ver en GitHub↗

    Scrapy is a comprehensive framework designed for automated web data extraction and large-scale crawling. It operates on an asynchronous, event-driven engine that manages non-blocking network requests and data processing tasks, allowing for the efficient retrieval of structured information from web documents using path-based selectors. The system distinguishes itself through a highly modular architecture that supports complex data collection workflows. Users can implement custom middleware and signal handlers to intercept and modify request flows, while a priority-based scheduler manages concu

    Handles non-blocking network requests and concurrent data processing tasks via an asynchronous, event-driven core loop.

    Pythoncrawlercrawlingframework
    Ver en GitHub↗62,274
  • jgraph/drawio-desktopAvatar de jgraph

    jgraph/drawio-desktop

    61,625Ver en GitHub↗

    This project is a cross-platform desktop application designed for creating, editing, and managing structured diagrams and technical workflows. It provides a visual modeling environment that allows users to construct complex charts through a drag-and-drop interface, supporting the documentation of processes, software architectures, and system flows. The application distinguishes itself by utilizing a layered canvas composition that enables independent manipulation of diagram components, paired with a keyboard-driven workflow that minimizes mouse reliance. It employs scalable vector graphics fo

    Encapsulates user actions into discrete objects to manage complex undo and redo operations during the editing process.

    JavaScriptdiagram-editorelectron-appgraphics
    Ver en GitHub↗61,625
  • reactjs/reduxAvatar de reactjs

    reactjs/redux

    61,503Ver en GitHub↗

    Redux is a global state management library and predictable state container for JavaScript applications. It implements a store pattern that maintains the entire application state as a single source of truth, ensuring consistent behavior across different components and environments. The library relies on a unidirectional data flow where state updates follow a strict one-way cycle. This is achieved through a system of discrete actions, pure-function reducers, and a centralized store to ensure that state transitions remain predictable and traceable. The framework includes capabilities for monito

    Provides a centralized repository that maintains and synchronizes global application state across multiple components.

    TypeScript
    Ver en GitHub↗61,503
  • reduxjs/reduxAvatar de reduxjs

    reduxjs/redux

    61,511Ver en GitHub↗

    Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state tree. This approach ensures that application data remains consistent and traceable across the entire component hierarchy. The library distinguishes itself through a functional pattern that relies on pure functions for state logic and a middleware-based extension system. This mid

    Intercepts the dispatch process with a chain of functions to facilitate asynchronous logic and side effects.

    TypeScriptredux
    Ver en GitHub↗61,511
  • solido/awesome-flutterAvatar de Solido

    Solido/awesome-flutter

    60,327Ver en GitHub↗

    This project is a community-curated directory of resources, libraries, and tools designed to support developers working with the Flutter framework. It functions as a centralized knowledge base, organizing high-quality external references into a structured, human-readable format to assist in the discovery of technical materials for cross-platform application development. The directory distinguishes itself through a comprehensive index of the global Flutter ecosystem, including local user groups, meetups, and communication channels that connect developers to international support networks. It m

    Lists specialized packages that enable reactive state management and event-driven architectural patterns.

    Dartandroidawesomeawesome-list
    Ver en GitHub↗60,327
Ant.12345…6Siguiente
  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Reactive & Messaging

Explorar subetiquetas

  • Communication and Integration Patterns2 sub-etiquetasArchitectural styles for inter-component messaging, event handling, and cross-layer data flow.
  • Event-Driven Command PatternsDesign patterns that encapsulate user actions as objects to facilitate undo and redo operations.
  • Pipeline and Processing Architectures2 sub-etiquetasArchitectures that organize logic into sequential or decoupled stages for data transformation, distinct from general-purpose modularity.
  • Reactive & Event-Driven Systems12 sub-etiquetasSystems that react to state changes or external events by triggering automated workflows and data updates.