Activity #3487
closedFeature #3752: Design of the web framework for Data Centre Software
Feature #1850: Design and Development for web based ANRS
Module #3569: Executing local modelling algorithm applications through web interface
Executing Local Applications from a Web Interface: Methods and Return Handling
100%
Description
Explore the following approaches
a. Create a registry entry for each executable and use it from the web browser to trigger execution on the client machine.
b. Develop an Electron app that runs in the background on the client machine, that can receive execution requests from the web browser for launching the required executable.
c. Local WebSocket Server: Deploy a local WebSocket server on the client machine, allowing the web browser to send execution requests to trigger the model executable.
In all cases, have to check how return values from the executables are captured and transmitted back to the web application.
Updated by Siji Mathew over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 60
Updated by Thara S Pillai about 1 year ago
- Parent task changed from #1850 to #3569
Updated by Siji Mathew about 1 year ago
- Status changed from In Progress to Resolved
Updated by Thara S Pillai about 1 year ago
- Status changed from Resolved to Closed