Skip to content

Instantly share code, notes, and snippets.

@thomasballinger
Created November 15, 2013 23:30
Show Gist options
  • Select an option

  • Save thomasballinger/7493494 to your computer and use it in GitHub Desktop.

Select an option

Save thomasballinger/7493494 to your computer and use it in GitHub Desktop.
Named pipes!
mkfifo inpipe
mkfifo outpipe
$ python ai.py < inpipe > outpipe &; node client.js < outpipe > inpipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment