1
I’m running a server on php
and another in nodejs
trying to get a simple authentication since every session runs in php
and nodejs
simply processes some events however, and required authentication as I can do with Mongodb (drive php)?
I tried with memcache (php and Node) but did not succeed since memcache dll for php7
is still in status dev (development).
I assume you’re running PHP and Node on the same machine with both of you accessing Mongodb, right? Can you clarify this and also correct some spelling errors? Interesting question,
+1
.– Sergio
Yes, exactly that. The project itself is a php website and features like chat, plugins and nodejs apps.
– Lauro Moraes