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

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

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

nodejs/readable-stream

0
View on GitHub↗
1,048 نجوم·236 تفرعات·JavaScript·8 مشاهداتnodejs.org/api/stream.html↗

Readable Stream

Node-core streams for userland

Features

  • Control Flow Utilities - Mirror of core stream implementations.
  • Stream Utilities - Standard readable stream implementation.

سجل النجوم

مخطط تاريخ النجوم لـ nodejs/readable-streamمخطط تاريخ النجوم لـ nodejs/readable-stream

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Readable Stream

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Readable Stream.
  • feross/multistreamالصورة الرمزية لـ feross

    feross/multistream

    297عرض على GitHub↗

    A stream that emits multiple other streams one after another (streams3)

    JavaScript
    عرض على GitHub↗297
  • hughsk/from2الصورة الرمزية لـ hughsk

    hughsk/from2

    132عرض على GitHub↗

    Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"

    JavaScript
    عرض على GitHub↗132
  • almost/through2-concurrentالصورة الرمزية لـ almost

    almost/through2-concurrent

    75عرض على GitHub↗

    Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)

    JavaScript
    عرض على GitHub↗75
  • jahewson/node-bylineالصورة الرمزية لـ jahewson

    jahewson/node-byline

    325عرض على GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    عرض على GitHub↗325
عرض جميع البدائل الـ 30 لـ Readable Stream→

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

ما هي وظيفة nodejs/readable-stream؟

Node-core streams for userland

ما هي الميزات الرئيسية لـ nodejs/readable-stream؟

الميزات الرئيسية لـ nodejs/readable-stream هي: Control Flow Utilities, Stream Utilities.

ما هي البدائل مفتوحة المصدر لـ nodejs/readable-stream؟

تشمل البدائل مفتوحة المصدر لـ nodejs/readable-stream: hughsk/from2 — Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2". mafintosh/duplexify — Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and… almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency). feross/multistream — A stream that emits multiple other streams one after another (streams3). jahewson/node-byline — Line-by-line Stream reader for node.js. mafintosh/peek-stream — Transform stream that lets you peek the first line before deciding how to parse it.