You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
Can we imagine that the node server is running in one side in node container, and the socket for the driver is running in other side in php container by seperating server & connection concept ?
Hi all,
I have a little trouble, my goal is using this lib throught docker and 2 separate containeur (in this case, node container and php container).
From what I could see, the node server and his socket connection are strongly linked (See : https://github.com/minkphp/MinkZombieDriver/blob/master/src/NodeJS/Server.php ).
Can we imagine that the node server is running in one side in node container, and the socket for the driver is running in other side in php container by seperating server & connection concept ?
I've seen this in lastest mink documentation :
http://mink.behat.org/en/latest/drivers/zombie.html#usage
but i dont see the
Behat\Mink\Driver\Zombienamespace in the library.I hope I have been understandable.
Thx a lot,
Best regard.