awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesBinary Stream Handling

Management of subprocess output as raw binary data to avoid character encoding corruption.

Distinct from Binary Data Handling: Candidates are focused on AI data loaders or web APIs; this is specifically for subprocess I/O buffers.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Stream Handling. Refine with filters or upvote what's useful.

Awesome Binary Stream Handling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sindresorhus/execaAvatar de sindresorhus

    sindresorhus/execa

    7,517Ver en GitHub↗

    Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It functions as a shell command runner and subprocess management tool, simplifying the execution of external commands and binaries. The library distinguishes itself through automatic argument escaping to prevent shell injection and the use of abort signals for graceful process termination. It also provides an inter-process communication wrapper for exchanging structured JSON data and messages between parent and child processes. Its capabilities cover a broad range of process I/O

    Provides raw buffer access to subprocess output to prevent data corruption from character encoding.

    JavaScript
    Ver en GitHub↗7,517
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Stream Handling