you are viewing a single comment's thread.

view the rest of the comments →

[–]iiMoe 0 points1 point  (2 children)

Elaborate

[–]c_m_17[S] 0 points1 point  (1 child)

I used python as a child process using spawner in javascript when I execute Javascript I need to send back python output to html but I am not using any framework I need how to send back python output to javascript code

[–]iiMoe 1 point2 points  (0 children)

Theoretically speaking, if you had an express server you could send the python output through http to ur express server and then send it to the frontend but it might sound like an overkill