I am working on a Android project, I want to connect my App on an android device to a (Server Computer) over the Internet (Cloud) using sockets. And I don't want to use Web services for that connection ((I already used this technique , but it is not working in my case as it is more complicated and have too much delay)) .
-Android will work as a Client -Server Computer will work as a Server
Is it possible to have a DDNS (like NO-IP) on the Server with a specific port number (like 77444) to listen to the Client (Android App) and establish connection and data transferring between them??
Any support is appreciated