awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Event Listener Management · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesEvent Listener Management

Utilities for programmatically attaching and detaching listeners to browser or system events during execution.

Explore 3 awesome GitHub repositories matching web development · Event Listener Management. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Browser Integration Utilities
  4. DOM & Event Handling
  5. Event Listener Management

Awesome Event Listener Management GitHub Repositories

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

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • 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
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium

Explore sub-tags

  • Queued Event ListenersEvent listeners that are offloaded to background queues for asynchronous processing.
  • Transient Event ListenersEvent listeners that automatically unregister after a single execution.