Re: [Gambas-user] Client/Server Application with Gambas

2011-12-20 Thread Ron
Hi Hamza, I use XMLRPC in my Gambas project. http://www.domotiga.nl/projects/domotiga/repository/entry/trunk/DomotiGa/CXMLRPC.class Look here for simple android, web and iphone clients using xmlrpc/json: http://www.domotiga.nl/projects/domotiga/repository/show/trunk/webclients I also watched webs

[Gambas-user] Client/Server Application with Gambas

2011-12-20 Thread Hamza Abdelkebir
Hi all, I'm trying to develop a clients/server application using gambas. Basically there will be two clients: one is an android app and the other is a desktop app.   What are the advantages of using sockets or webservices? Does anyone have an idea on how to develop XMLRPC webservices in Gam