reading parameters and files on browser, looking how to execute on server
- by jbcolmenares
I have a site done in Rails, which uses javascript to load files and generate forms for the user to input certain information. Those files and parameters are then to be used in a fortran code on the server.
When the UI was on the server (using Qt), I would create a parameters file and execute the fortran code using threads so I wouldn't block the…