I am developping an application using PyQt. I didn't plan in from the start but I would need to turn this application into a client-server application : centralize the code and have potentially many clients connected to it.
The thing is, I'm very bad in network programming. Do you know what would be the steps to follow to achieve that ? Or do you know any tutorial that could help ?
I don't know if it is of any importance for that matter but my program accesses a mysql database.
Any help would be greatly appreciated !