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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
N

nodejs/node-v0.x-archive

0
View on GitHub↗
34,301 نجوم·7,227 تفرعات·2 مشاهدات

Node V0.x Archive

This project is a read-only archive of historical versions and development records for an early V8-based JavaScript runtime. It functions as an event-driven server-side environment that executes JavaScript code outside of a web browser.

The archive preserves the identity of the runtime as an evented I/O framework, designed for handling asynchronous network and file system operations through a non-blocking event loop. It provides access to read-only records of old issues and pull requests to track the evolution of these legacy versions.

The project covers the domain of server-side execution and evented I/O programming. It supports the maintenance of legacy development by providing the historical data necessary to understand early iterations of the runtime.

Features

  • Event-Driven I/O - Utilizes a non-blocking event loop to process asynchronous I/O tasks on a single thread.
  • Historical Runtime Archives - Provides a read-only collection of historical versions and development records for early runtime iterations.
  • Server-Side JavaScript Runtimes - Provides an environment for executing JavaScript outside a browser for server-side applications.
  • V8 Engine Integrations - Embeds the Google V8 engine to compile and execute JavaScript code at runtime.
  • Event-Driven Callbacks - Implements an architectural pattern where callbacks execute upon the completion of asynchronous operations.
  • Single-Threaded Execution Models - Executes JavaScript on a single main thread to avoid complex locking and shared state concurrency.
  • Software Evolution Archives - Maintains a read-only archive of historical versions and development records to track runtime evolution.
  • Historical Data Querying Interfaces - Provides read-only interfaces to access historical issues and pull request logs.
  • Legacy Runtime Maintenance - Supports the maintenance of applications built on early versions of the V8-based runtime.
  • C Function Bindings - Provides C++ wrappers that expose low-level system functions to the JavaScript environment.
  • System I/O Polling Libraries - Uses the libuv C library to handle non-blocking network and file system operations across platforms.
  • Known Issues - Historical context on Unicode and spawn inconsistencies.

سجل النجوم

مخطط تاريخ النجوم لـ nodejs/node-v0.x-archiveمخطط تاريخ النجوم لـ nodejs/node-v0.x-archive

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Node V0.x Archive

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Node V0.x Archive.
  • nodejs/nodejs.orgالصورة الرمزية لـ nodejs

    nodejs/nodejs.org

    6,842عرض على GitHub↗

    Node.js is an open-source, cross-platform JavaScript runtime environment built on the V8 engine, designed for executing JavaScript code outside a web browser. It operates as a server-side JavaScript platform with an event-driven, non-blocking I/O architecture that enables building scalable network applications and web servers. The runtime integrates the CommonJS module system for synchronous module loading and the npm ecosystem for sharing and reusing packages. The platform provides comprehensive capabilities for web server development, including creating HTTP and HTTPS servers, managing HTTP

    TypeScriptnextjsnodenodejs
    عرض على GitHub↗6,842
  • eventmachine/eventmachineالصورة الرمزية لـ eventmachine

    eventmachine/eventmachine

    4,283عرض على GitHub↗

    EventMachine is a reactor-pattern network framework for Ruby that provides an asynchronous I/O library for performing non-blocking network and file operations. It functions as a network server framework used to build scalable TCP and UDP servers and clients that process multiple simultaneous requests. The framework implements a concurrency model that dispatches network events to registered handlers using a single-threaded event loop. This approach allows for the management of high-concurrency network connections without the overhead of multi-threaded programming. The library covers the devel

    Ruby
    عرض على GitHub↗4,283
  • gramps/godotsteamالصورة الرمزية لـ Gramps

    Gramps/GodotSteam

    3,700عرض على GitHub↗

    GodotSteam is a cross-platform game engine plugin and wrapper that integrates the Steamworks SDK into the Godot Engine. It serves as an interface for managing platform services, user profiles, and achievements across Windows, Linux, and macOS. The project provides a bridge for detecting Steam client status and managing the SDK lifecycle, including initialization and shutdown processes. It enables the game to handle event callbacks from the Steam platform and allows for application relaunches via the client to ensure background services are active. The plugin covers authentication and identit

    عرض على GitHub↗3,700
  • torch/torch7الصورة الرمزية لـ torch

    torch/torch7

    9,127عرض على GitHub↗

    Torch7 is a scientific computing environment and tensor computation library used for deep learning research and numerical analysis. It functions as a Lua-based framework for training neural networks and learning agents, providing a toolkit for implementing architectures and training through reinforcement learning algorithms. The project is distinguished by its tight integration with C, utilizing a binding layer to map high-level scripting to low-level C structures for direct memory access. It supports hardware-accelerated computation by offloading linear algebra and convolution operations to

    C
    عرض على GitHub↗9,127
عرض جميع البدائل الـ 30 لـ Node V0.x Archive→

الأسئلة الشائعة

ما هي وظيفة nodejs/node-v0.x-archive؟

This project is a read-only archive of historical versions and development records for an early V8-based JavaScript runtime. It functions as an event-driven server-side environment that executes JavaScript code outside of a web browser.

ما هي الميزات الرئيسية لـ nodejs/node-v0.x-archive؟

الميزات الرئيسية لـ nodejs/node-v0.x-archive هي: Event-Driven I/O, Historical Runtime Archives, Server-Side JavaScript Runtimes, V8 Engine Integrations, Event-Driven Callbacks, Single-Threaded Execution Models, Software Evolution Archives, Historical Data Querying Interfaces.

ما هي البدائل مفتوحة المصدر لـ nodejs/node-v0.x-archive؟

تشمل البدائل مفتوحة المصدر لـ nodejs/node-v0.x-archive: nodejs/nodejs.org — Node.js is an open-source, cross-platform JavaScript runtime environment built on the V8 engine, designed for… eventmachine/eventmachine — EventMachine is a reactor-pattern network framework for Ruby that provides an asynchronous I/O library for performing… gramps/godotsteam — GodotSteam is a cross-platform game engine plugin and wrapper that integrates the Steamworks SDK into the Godot… torch/torch7 — Torch7 is a scientific computing environment and tensor computation library used for deep learning research and… reactphp/reactphp — ReactPHP is an asynchronous runtime and event-driven I/O framework for PHP. It provides an environment for executing… ithewei/libhv — libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP,…