Skip to content

Inter Process Communication

kanzure edited this page Mar 26, 2013 · 8 revisions

There are multiple ways to handle inter-process communication between PhantomJS and other processes.

File I/O

  • files
  • sockets
  • named pipes

HTTP

  • outgoing HTTP requests (to other processes/services)
  • incoming HTTP requests (server)

stdin & stdout

???

Clone this wiki locally