7 مستودعات
Capabilities for sending and receiving data over network protocols using browser APIs.
Distinct from API Request Handling: The candidates focus on payload handling or specific socket managers; this is about general request execution like fetch.
Explore 7 awesome GitHub repositories matching web development · Network Request Executions. Refine with filters or upvote what's useful.
This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development education resource providing instruction on modern language fundamentals, object-oriented design, and advanced asynchronous programming patterns. The resource functions as both a frontend development guide and a technical reference. It covers core language features such as closures, prototypes, promises, and typed arrays, while providing practical lessons on managing browser data and handling network requests. The content spans several key capability areas, including browser
Provides practical lessons on executing network requests to handle real-time and asynchronous data transfers.
llrt is a low-latency JavaScript runtime based on the QuickJS engine, specifically designed for executing asynchronous functions in serverless environments. It provides a lightweight execution layer optimized for fast startup times and minimal memory usage when running ES2023 workloads. The project differentiates itself by bundling natively optimized cloud service SDKs directly into the runtime binary to eliminate external dependency loading. To further reduce cold start latency, it implements parallel connection warming for TLS and network handshakes during the startup phase. The runtime co
Executes network requests over HTTP and TLS to communicate with external web services.
هذا المشروع هو دليل شامل للتحضير للمقابلات التقنية وقاعدة معرفية لعلوم الحاسب. يعمل كمورد دراسي مهيكل مصمم لمساعدة مهندسي البرمجيات على مراجعة مفاهيم الهندسة الأساسية والتحضير لتقييمات البرمجة المهنية. يركز المستودع على مجموعة واسعة من المجالات النظرية والعملية، بما في ذلك مراجع مفصلة لهندسة تطبيقات الهاتف المحمول وأساسيات أنظمة التشغيل. ويوفر مواد منسقة حول أنماط هندسة البرمجيات وتحليل بروتوكولات الشبكة لدعم التطوير المهني. يغطي المحتوى قدرات أساسية مثل هياكل البيانات والخوارزميات، والتزامن وتعدد الخيوط، وإدارة الذاكرة. كما يتضمن تعمقاً في هندسة النظام، بما في ذلك جدولة العمليات، والاتصال بين العمليات، وتحسين عرض واجهة المستخدم.
Explains the execution of synchronous and asynchronous data transfers using URL-based requests.
Kraken هو إطار عمل واجهة مستخدم متعدد المنصات ووقت تشغيل لمعايير الويب مصمم لبناء تطبيقات أصلية باستخدام ترميز وتنسيق الويب القياسي. يستخدم محرك عرض قائم على Flutter لمعالجة HTML و CSS، مما ينتج واجهات مستخدم متسقة بصريًا عبر منصات الجوال وسطح المكتب. يتميز النظام بتجميع وقت التشغيل إلى كود آلة وتوظيف خط أنابيب تنقيط (rasterization) متزامن لضمان تطابق الرسوم المتحركة والتمرير مع سلاسة التطبيقات الأصلية. يدمج أيضًا مكونات أصلية عالية الأداء مباشرة في شجرة كائن مستند معايير الويب، مما يسمح بتعريف علامات HTML مخصصة مدعومة بأدوات أصلية. يغطي إطار العمل سطح قدرات واسع بما في ذلك تنفيذ شجرة مكونات JavaScript، ومزامنة الحالة العالمية والمحلية، ومعالجة الإيماءات الموحدة. كما يوفر نظامًا قائمًا على الإضافات لتوسيع واجهة برمجة التطبيقات بوظائف خلفية مخصصة ويدعم التكامل مع مختلف أطر عمل الواجهة الأمامية. يتم دعم سير عمل المطور من خلال التكامل مع بروتوكول Chrome DevTools، مما يتيح فحص حالة التطبيق وتعديل نمط واجهة المستخدم.
Provides capabilities for fetching data from remote servers using standard web protocols to populate application content.
This project is a frontend development blog and technical knowledge base. It serves as a software engineering reference and web development portfolio, providing a curated collection of articles and notes on front-end engineering, programming patterns, and computer science fundamentals. The site focuses on frontend engineering education and technical knowledge management. It covers software architecture patterns, web development workflows, and engineering interview preparation through the organization of technical guides and tutorials. The project's scope includes the documentation of browser
Executes HTTP transactions using promise-based methods to intercept and transform network data.
happy-dom هي محاكاة متصفح بدون واجهة رسومية قائمة على JavaScript ومحرك DOM افتراضي. تنفذ نموذج كائن المستند (DOM) وواجهات برمجة تطبيقات الويب لتنفيذ كود الواجهة الأمامية وتشغيل الاختبارات داخل بيئات غير المتصفح مثل Node.js. يوفر المشروع واجهة برمجية لإنشاء واختبار عناصر مخصصة وهياكل DOM الظل (shadow DOM). يدعم إدارة مثيل الصفحة ذات الحالة لمحاكاة جلسات تصفح متزامنة متعددة ويتضمن ساعة قابلة للبرمجة لمزامنة العمليات غير المتزامنة. يغطي النظام مجموعة واسعة من إمكانيات محاكاة المتصفح، بما في ذلك التلاعب بـ DOM ومراقبة الطفرات، وتنفيذ طلبات الشبكة، وإدارة إعدادات النافذة وأبعاد إطار العرض. كما يسمح بحقن العناصر العالمية القياسية للمتصفح في سياق التنفيذ.
Executes asynchronous HTTP requests using a standard interface to simulate interaction with external APIs.
This project is a comprehensive JavaScript programming tutorial and frontend web development curriculum. It serves as a structured educational resource for learning the JavaScript language, ranging from basic syntax to advanced asynchronous patterns and modern programming techniques. The resource functions as a frontend engineering textbook and CSS layout guide, providing detailed instructional material on building responsive user interfaces. It covers the design of custom web components and the application of styles and positioning to create effective frontend interfaces. The curriculum enc
Covers the execution of asynchronous HTTP requests to retrieve or push server data using browser APIs.