Python Forum
Integrating shango app with desktop GUI app - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Integrating shango app with desktop GUI app (/thread-20401.html)



Integrating shango app with desktop GUI app - Man_from_India - Aug-09-2019

I created a desktop GUI for pere to peer socket connection. I will use this GUI for text msg exchange. So I will implement this using python socket programming importing 'socket' module. In addition to that I need a server to track who is trying to get connected. The tracker will catch the IP address and will send the list of IPs to the connected GUIs. I am trying to use 'pythonanywhere' website to implement my tracker server. But there I can't implement socket programming the way I want
So I am planning to write a shango web app and integrate it with my desktop GUI app. Is it possible. That app will not show anything. Just will return a list containing the IP addresses of the connected GUIs. And the GUI will work on the IP addresses.
Is that possible?