awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Reactive & Event-Driven Systems · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesReactive & Event-Driven Systems

Systems that react to state changes or external events by triggering automated workflows and data updates.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Reactive & Event-Driven Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous and Event-Driven Architectures
  4. Reactive & Event-Driven Systems

Awesome Reactive & Event-Driven Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • puppeteer/puppeteer

    puppeteer/puppeteer

    93,606GitHubView on 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 fac

    TypeScriptautomationchromechromium
  • immich-app/immich

    immich-app/immich

    92,953GitHubView on 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 ful

    TypeScriptbackup-toolfluttergoogle-photos
  • django/django

    django/django

    86,891GitHubView on 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 se

    Pythonappsdjangoframework
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on 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. Th

    Bladeframeworklaravelphp
  • hakimel/reveal.js

    hakimel/reveal.js

    70,586GitHubView on 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

    JavaScriptpresentationsslidesslideshow
  • scrapy/scrapy

    scrapy/scrapy

    59,824GitHubView on 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-

    Pythoncrawlercrawlingframework

Explore sub-tags

  • Event DispatchersSystems that route application events to registered listeners to enable real-time monitoring and conditional execution.
  • Event SubscribersClasses that encapsulate multiple event listeners to organize complex event-driven logic in a centralized location.
  • Event-Driven EnginesCore loops that manage asynchronous network requests and data processing tasks.
Filesystem Event Synchronization
Automated synchronization triggered by real-time filesystem change notifications.
  • Lifecycle Event BusesMechanisms for coordinating component initialization and state transitions via centralized event dispatching.
  • SignalsReactive primitives for tracking state changes and triggering updates.