I am attempting to use Javascript / NodeJS to build a new command line / terminal for personal use but I am running into some issues. I can't not seem to find a decent way of interacting with the windows command line from my own Javascript.
I understand that by default browsers do not allow javascript to interact with system based commands so I was considering using socketIO or something of the sort.
I was planning on using Electron (chromium).
I'm wondering what would be a good direction to pull the windows command line env into my window.
In all honesty, even just taking the existing output from the CMD would be a good enough start.