I have a simple command-line based Fortran 95 program. I would like
my clients to be able to run it straight on the website. So that it
can be executed on the server without downloading it.
I have found out that most of the hosting packages and web browsers do not allow running .exe files on the server.
So is there any other way to run my program on the website?
Can I export fortran program to a different format than .exe?
Thank you for help
my clients to be able to run it straight on the website. So that it
can be executed on the server without downloading it.
I have found out that most of the hosting packages and web browsers do not allow running .exe files on the server.
So is there any other way to run my program on the website?
Can I export fortran program to a different format than .exe?
Thank you for help