Python Forum

Full Version: Integrating shango app with desktop GUI app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?