When using multi-node with node v0.5.10, I get the following error:
Error Code: http://pastebin.com/SQi6v2Ap
What is related to netBinding = process.binding ("net");
I tried using the following solution: (http) nodejs.org/docs/latest/api/cluster.html as the people in this thread advised me: https://github.com/kriszyp/multi-node/issues/14
I researched the tutorials for installing simplecluster, but to no avail. I really appreciated if someone could help with the manual very simple, since I am very welcome, but it would mean a lot to me if someone could give me step by step to “install” this module (I have never installed any module before, just recently stumbled upon the world of node js and still studying). Thanks and thanks
source
share