I'm curious that I can use both socket.io and Cluster.
I know that cluster uses multi-core to work on node.js with multiple workers.
That means if I use cluster for socket.io, two users with connected on
two different socket.io might cause problem that they cannot communicate each other?
So rather not using cluster on socket.io would be an answer?