After I went through the documentation for Node.js Child Processes, I was curious If it would be possible to pass a Buffer to this Process.
https://nodejs.org/api/child_process.html
For me it seems like I only can pass Strings? How can I pass Buffers or Objects? Thanks!