Base on my google research, something like this is working fine on Linux environment:
http://stackoverflow.com/questions/16724216/node-js-0-10-7-cluster-support-for-udp-dgramBut I work mostly on Windows 7 and 8 before upload things to the Linux server.
Is there any hack available to get it done on Windows 7 and 8?
Additional information: Currently, I'm using TCP method in exchange data between server and browsers. Since most of the jobs is broadcasting audio and video data frames from one broadcaster to all connected audience, people have suggested me to switch to UDP from TCP to increase data transfer speed. I don't know much about UDP, but I decide to give it a try. Any suggestions about this also welcome.
Thanks in advance,