The iojs.exe process in question is running one of http and https servers.
The problem seems to occur if a separate iojs process is running, and is subsequently terminated, e.g. manually by pressing Ctrl+C within a Command Prompt window, then the aforementioned process would terminate as well, whether it is running in the background or in (a separate) Command Prompt window.
The
iojs.exeprocess in question is running one ofhttpandhttpsservers.The problem seems to occur if a separate
iojsprocess is running, and is subsequently terminated, e.g. manually by pressingCtrl+Cwithin a Command Prompt window, then the aforementioned process would terminate as well, whether it is running in the background or in (a separate) Command Prompt window.