5 مستودعات
Non-blocking data exchange mechanisms using callbacks to handle return values.
Distinct from Runtime Data Exchange: Distinct from Runtime Data Exchange: specifically addresses the asynchronous callback pattern for return values.
Explore 5 awesome GitHub repositories matching data & databases · Asynchronous Callbacks. Refine with filters or upvote what's useful.
This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It serves as a comprehensive connector for managing persistent network links to MySQL servers, enabling applications to execute queries, manage transactions, and handle complex data operations without requiring external middleware. The driver distinguishes itself through its integrated support for connection pooling and distributed database routing. It maintains managed sets of reusable network sockets to optimize resource usage under high request volumes, while simultaneously provi
Processes database operations using non-blocking callbacks to handle concurrent requests without stalling the main application thread.
Eel is a framework for creating desktop applications using a Python backend and a web-based frontend. It acts as a bidirectional bridge between Python and JavaScript, allowing developers to build graphical user interfaces with HTML and JavaScript that communicate with local system logic. The project facilitates two-way communication by enabling the exposure of Python functions to the browser and allowing the backend to trigger JavaScript functions. It uses a local server to render web interfaces as standalone desktop windows and provides tools to bundle the Python code and web assets into a s
Supports passing callback functions to handle cross-process return values without blocking execution.
هذا المشروع عبارة عن جسر وقت تشغيل متعدد اللغات وإطار عمل تداخل مصمم لتنفيذ كود .NET وNode.js داخل عملية نظام تشغيل واحدة. يعمل كمحرك تنفيذ عبر وقت التشغيل ومضيف برمجة نصية داخل العملية، مما يتيح التواصل ثنائي الاتجاه وتبادل البيانات بين بيئات Common Language Runtime وJavaScript للقضاء على عبء التواصل عبر العمليات. يتميز إطار العمل بتوفير نظام للاستدعاءات غير المتزامنة ثنائية الاتجاه وتجميع البيانات التلقائي للمخازن المؤقتة الثنائية والقيم القابلة للتسلسل بين أنواع الكائنات المدارة المختلفة. يسمح بتجميع وتنفيذ ملفات المصدر أو النصوص البرمجية المضمنة من لغات متعددة داخل تطبيق قيد التشغيل من خلال الاستفادة من نموذج مترجم مشترك. يغطي المشروع مجموعة واسعة من القدرات بما في ذلك تفريغ المهام غير المتزامنة إلى خيوط الخلفية، وتكامل المنطق الخارجي كبرمجيات وسيطة لإطار عمل الويب، وتنفيذ SQL غير المتزامن. كما يوفر أدوات مراقبة لتعيين الاستثناءات عبر وقت التشغيل ويدعم تصحيح أخطاء العمليات المدارة والأصلية.
Provides non-blocking data exchange using asynchronous callbacks for bidirectional communication between .NET and JavaScript runtimes.
This library is a CSV data serializer and stringifier for transforming structured records into comma-separated values. It provides tools for converting data records into plain text via synchronous, callback-based, or stream-based implementations. The project distinguishes itself by offering a streaming implementation through the native Node.js Transform API, which allows for the processing of large datasets without loading all records into memory. It also includes a flexible formatting system to define specific delimiters, quotes, escape characters, and header configurations. The toolset cov
Provides a non-blocking callback pattern to handle the completion of data stringification.
توفر هذه المكتبة جسراً اتصالاً آمناً لتطبيقات Android، مما يتيح التفاعل بين كود Java الأصلي وواجهات JavaScript القائمة على الويب داخل WebView. تسهل المكتبة استدعاء أساليب النظام الأصلية من نصوص الويب وتدير تبادل البيانات عبر حدود اللغة. يستخدم إطار العمل طبقة اعتراض قائمة على المطالبات (prompt-based) للتحقق من توقيعات الأساليب قبل التنفيذ، مما يضمن عدم تشغيل سوى الكود الأصلي المصرح به. يدعم النظام تبادل البيانات المعقدة من خلال التسلسل المهيكل ويوفر آلية لربط الأساليب الأصلية بواجهات الويب، مما يسمح بالتنفيذ الديناميكي عبر فحص وقت التشغيل. يتعامل النظام مع العمليات غير المتزامنة من خلال الاحتفاظ بسجل لمراجع الوظائف على جانب الويب. يسمح هذا لمهام الخلفية الأصلية بتشغيل استدعاءات JavaScript محددة عند الانتهاء، مما يدعم سير العمل المتكامل في تطبيقات الهاتف المحمول الهجينة.
Enables background native tasks to trigger JavaScript callbacks in the web view upon completion.