I want to port some graphics applications in C++ which compile to Windows Executables to run as WEB apps.
I don't want to throw away all the code I've written in C++, so it seems to me that Microsoft Azure would be prefect.
My idea is that I learn to make the WEB interface in the appropriate WEB language, and it will send commands to the EXE which will create the images.
Anything wrong with this idea?