all you get is unix domain sockets wrapped in streams: http://nodejs.org/api/child_process.html#child_process_child_stdin
you can use dnode with them to establisch a RPC between them. there is a dnode implementation for Python https://github.com/jesusabdullah/dnode-python Am Donnerstag, 22. Mai 2014 22:39:15 UTC+2 schrieb Alexandre Strzelewicz: > > Hello, > > I'm spawning a Python script in NodeJS via .spawn() and I would like to > know if there is an alternative to do a `process.send()` with Python ? > > What is the spec of the NodeJS IPC ? System V IPC vs POSIX IPC ? > > Thanks, > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/9798b934-f277-49ac-b5d3-a347852f9532%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
