awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesEvent Loop Managers

Systems for coordinating task execution and rendering updates.

Distinguishing note: Focuses on browser-specific event loop orchestration.

Explore 5 awesome GitHub repositories matching web development · Event Loop Managers. Refine with filters or upvote what's useful.

Awesome Event Loop Managers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • servo/servoservo 的头像

    servo/servo

    37,170在 GitHub 上查看↗

    Servo is a high-performance, memory-safe web rendering engine designed for cross-platform embedding. It provides a modular framework that allows developers to integrate web content rendering into native applications across desktop, mobile, and embedded systems. By enforcing strict process isolation and memory safety, the engine creates a secure execution environment for processing web content. The engine distinguishes itself through a task-based, parallelized architecture that decouples layout, style, and rendering processes to maximize responsiveness. It utilizes a hardware-abstracted graphi

    Coordinates script tasks, microtask checkpoints, and rendering updates to process animations and canvas changes.

    Rustbrowserrustservo
    在 GitHub 上查看↗37,170
  • pyodide/pyodidepyodide 的头像

    pyodide/pyodide

    14,685在 GitHub 上查看↗

    This project provides a full Python interpreter compiled to WebAssembly, enabling the execution of Python code and scientific libraries directly within web browsers and server-side environments. By bridging the gap between language runtimes, it allows developers to run computational tasks, manage packages, and perform data analysis in client-side environments without requiring a backend server. The platform distinguishes itself through a comprehensive foreign function interface that enables bidirectional data exchange, object proxying, and function calling between Python and JavaScript. It in

    Coordinates long-running animation or game loops by yielding control to the browser event loop.

    Pythonpythonwebassembly
    在 GitHub 上查看↗14,685
  • greatfrontend/top-javascript-interview-questionsgreatfrontend 的头像

    greatfrontend/top-javascript-interview-questions

    9,685在 GitHub 上查看↗

    This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu

    Explains the JavaScript event loop and how it coordinates synchronous and asynchronous task execution.

    MDXfront-end-developmentinterviewsjavascript
    在 GitHub 上查看↗9,685
  • whatwg/htmlwhatwg 的头像

    whatwg/html

    9,163在 GitHub 上查看↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Defines the core event loop orchestration that coordinates task execution and rendering updates.

    HTMLcanvaseventsourcehtml
    在 GitHub 上查看↗9,163
  • gosub-io/gosub-enginegosub-io 的头像

    gosub-io/gosub-engine

    3,673在 GitHub 上查看↗

    Gosub-engine is an HTML5 browser engine and web rendering pipeline that parses HTML5 and CSS3 to compute layout and render web content to pixels. It functions as a JavaScript runtime environment with a virtual machine and event loop for handling dynamic logic and asynchronous tasks. The system also includes a web storage manager for persisting cookies, local storage, and session storage. The project features a headless browser renderer capable of generating page images or extracting plain text without a visible window. It supports cross-platform graphics rendering through pluggable CPU and GP

    Coordinates the lifecycle of the scripting runtime, managing timers and event listeners across different browsing contexts.

    Rustbrowserhtml5rust
    在 GitHub 上查看↗3,673
  1. Home
  2. Web Development
  3. Event Loop Managers

探索子标签

  • File and Time Event CoordinationCoordinating processing of both file I/O and timer events within a single loop. **Distinct from Event Loop Managers:** Distinct from Event Loop Managers: focuses on coordinating file and time events, not browser-specific orchestration.