hi,
i want to make a server-client connection, in a way that the client sends a request, then the server adapt the request - and returns an object as a result - and then the client is able to use the object, call it methods and etc..
general details: the server is expected to work with lots of users (about thousands) and the client is a mobile application.
does anyone have an idea how can i do that?
Thanks.
