awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • servo/servoالصورة الرمزية لـ servo

    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/pyodideالصورة الرمزية لـ pyodide

    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-questionsالصورة الرمزية لـ greatfrontend

    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/htmlالصورة الرمزية لـ whatwg

    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-engineالصورة الرمزية لـ gosub-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.