Generally you want to use 80 and 443 as there are USUALLY allowed by most firewalls. Save yourself the headache and use SSL/443 for websockets which gets around many of the firewalls issues with websockets.
Use a reverse proxy like HAProxy, Nginx instead of Apache as these support websockets. On Tuesday, January 7, 2014 11:34:56 PM UTC-8, Ket wrote: > > I use node.js to communicate with my web applications real time. > When I assign port 80, it is conflicted with Apache port 80 and I cannot > access to the app from my mobile devices. > But when I assign port 37, I cannot access to it from my work computer. > > So which port is safe for commercial use generally and not conflict with > security setting. > > Thank you, > > PS. I'm not an IT guy. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
