I'm running a server in php
and another in nodejs
trying to get a simple authentication since every session runs on php
and nodejs
it simply processes some events however, and authentication is needed as I can with MongoDB (drive php)?
I tried with memcache (php and node) but did not succeed since memcache dll for php7
is still in dev status (development).