Client/Server communication via internet

Posted by user957829 on Stack Overflow See other posts from Stack Overflow or by user957829
Published on 2010-05-19T09:09:26Z Indexed on 2010/05/19 9:10 UTC
Read the original article Hit count: 177

Hi,

Which is the best solution to communicate bidirectionally between a remote server and a client behind an internet box?

  1. UPnP with Sockets.
  2. HTTPS/Database Server and the client make 1 request every Xsec to know if there is new data.
  3. Client opens 1 connection on the server and it maintains open to make a tunnel.

Thanks in advance for your help

© Stack Overflow or respective owner

Related posts about sockets

Related posts about socket-programming