I want to write a browser chat and write my own server in C ++, because you cannot send text between different instances (chat user) in php and other languages. My apache works with port 80 and why I can not start the "HTTP chat server" on port 80. Some browsers block the connection to the http site if it does not use port 80. Does anyone know which port I should use for this small server for better browser compatibility? Maybe 8080? I could also buy another IP to run it under: 80, but my host wants 5 € per month for a new ip ...
Thanks.
source share