Comunicate NodeJS and PHP
- by Zenth
i need ideas to solve this:
I have a entire website in PHP (5.2) in a PHP "shared server", only i can use apache+PHP, CGI & NodeJS, no memcached, redis or another software.
And i need to comunicate the PHP and the NodeJS Script.
My first approach is using socket connection, creating in NodeJS a socket listener and connect to it witch PHP,…