1 مستودع
Capability to pass raw binary buffers or files to a subprocess's standard input.
Distinct from Binary Data Buffers: Focuses on providing binary data to a process rather than general in-memory buffer management.
Explore 1 awesome GitHub repository matching data & databases · Binary Standard Input. 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
Passes binary data to a subprocess using buffers or files to handle input containing null bytes.