I am trying to install P2P between two PHP daemons deployed on computers on different networks (behind NAT). I searched around NAT traversal using PHP in Google, and it seems that they are not there for this in PHP.
Does anyone know of a solution / library for working with PHP?
source
share