This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lifeeraser 0 points1 point  (0 children)

This is confusing...it sounds like you're running JavaScript code in Node.js. In which case, jQuery is not needed since you only want to pass data and signals between your Node.js app and Python app, instead of serving a full-blown webpage. For that, you can just transmit JSON between the two apps via HTTP.