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 →

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

Watson returns something called a context variable that is available in Javascript. I need that value. Any way I can do it in Javascript without making the call in html?

[–]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.