Reputation: 11
What is the Best way to communicate in between'em when :-
I do know about D-node. But is D-node good to use in my case ? I can have 100s of node.js apps
Upvotes: 0
Views: 265
Reputation: 5224
Your question is opinion based...
If you have a complex system with hundreds of applications in multiple languages (PHP + JS in your case)
Another great tool is Celery (from the python world). You won't be able to use it, but its documentation is a very good read.
Everything else wont work. If you start having a PHP script restarting another one, that does some task, then calls a bash script, you will end up spending 10 times the effort debugging.
Upvotes: 1