I'm looking for a way to launch a binary without loading it into a file and launching that way. I want to download it to a variable in memory and launch it that way. The binary is a packaged node js script that runs a server. Im working in javascript.
the basic run down is
get binary from the main server
run binary inside memory
del binary after the application closes