I have VRP algorithm written in C++, run with command prompt Windows. input (command line) -> VRP.exe -> output (txt file)
Now I want to built a website to run it as SaaS. How to run an exe application(compiled c++) in server used as Saas? What kind of programming do I have to use? Ruby or html5 or others? I don't know how to start.
My guess is that what you would really want is an HTML\Java front end to act as an intermediate between your application and the end user. You would then post a link where the end user could download\view the resulting text file, alternatively you could even Email it to them. Otherwise you'd have to ask every user to knock their browser security settings back to 1994 and even then you would lack some functionality.