i’m working in a little project.
The idea is send information from mobile device to a server, then the sever performs some calculations and return a response to de device.
I know how to do this using Sockets (directly), ut I was wondering if there were any other method (better) for this communication.
Something to improve performance and not develop directly with socket add SSL for safety communication process.
Greetings and thanks for reading
I think a web service would be appropriate here. If you want a more detailed answer perhaps you can provide more information about exactly how much data would be transferred, how often the requests would be, etc.