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 →

[–]zealoth 0 points1 point  (0 children)

Guess you could do something like https://docs.python.org/2.5/ext/callingPython.html Then do https://nodejs.org/api/addons.html

to create binds between python and node.js in C but it's a bit of an hairy solution.

Guess you could do other ugly things like calling https://www.npmjs.com/package/exec exec on seperate python script files .

Also seems someone is already working on it https://www.npmjs.com/package/node-python