1 रिपॉजिटरी
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.
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.