node-cluster-socket.io icon indicating copy to clipboard operation
node-cluster-socket.io copied to clipboard

Writeup on how to make node.js cluster and socket.io play nice

Results 15 node-cluster-socket.io issues
Sort by recently updated
recently updated
newest added

I'm looking for a way to handle the duplicated messages I got when I emit a message with this code, any idea?

With an ip address of `::ffff:127.0.0.1` worker_index returns NaN I changed it to : ``` var worker_index = function(ip, len) { var s = ''; for (var i = 0,...

Hi i'm implementing simple socket by your code, but from android i cant check login my login function and socket work fine without using Cluster, could you help me? ```...

Not sure if this affects other systems but I noticed an issue when trying this out on Fedora 23. connection.remoteAddress from net.createServer includes what appears to be an IPV6 address...

Thanks for creating this helpful guide, I was running into some performance degradation after following the guide in node v0.12.2, but found out there was a pauseOnConnect option added to...