Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以以某种方式将 readableStream 传递到 Node.js C 绑定库而不必先缓冲它?我知道将 child_process.spawn 与 stdin 和 stdout 以及 shell 命令一起用于类似类型的任务,但是有没有办法直接传入流(假设它比子进程和 stdin/stdout 性能更高)?
感谢您的任何指导!