I’m new to wordpress. I have a webapp written in matlab and compiled to a python package. I use it in a local server that’s is connected to the interent with a Django project. I want to move the functionailty to wordpress. I basically need:
- users choose some options that will be sent to my local machine.
- users receieve output variables sent by the machine.
- the wordpress site uses these variables to plot graphs.
Any idea how can I do that?