I want to run a python code (from text area) and show it's output as a text (HTML) in Node.JS.
Is there any way for doing this?
So, I want to access an external app of server, run with parameter and store it's output in Node.JS.
Is it possible?
Thanks in advance for helping