This a nice creation, however you use 1 script to handle everything, run everything, and place everything. This slows down processing time and further down the line (when you add more commands) it will start to have an effect on performance. I recommend using singular scripts for each command that way your server.js script only needs to run one of those scripts contents to work.