A very minimal NodeJS IDE using Visual C++. It features absolutely no auto-indent, and no text colouration. You can only type and run and was mainly designed to serve my quick-prototyping needs.
If you decide to compile it in Visual Studio 2017 (It's an empty CLR project that follows more or less the method described here but replacing the code and UI elements he uses with my alternatives that I provided in the source files), be aware that you may run into issues regarding antiviruses that I have no idea how to address. It also requires you to have NodeJS installed on your machine since the "run" button runs terminal commands under the hood. Unless requested I will not be providing any .exe files of the IDE due to the previously mentioned antivirus hassle. I will try to look into ways to try and comply with AV protocols but it's not top priority at the moment.
