-2
We know it’s possible to access the Facebook of various clients such as browsers, android, iOS etc. I know that via browser HTTP protocol is used (obviously) with technologies such as AJAX and Comet(chat, real time notifications).
Doubt:
What would be the best technology on the server side so that mobile platforms (android, iOS) and browsers can interact with each other?
TCP sockets? HTTP/Restful requests? SOAP?
I gave Facebook as an example, to understand what my need (cross-platform access).
Goal:
Develop cross-platform software with the same functionality independent of the platform.
Your doubt is unclear. Please edit and try to be a little clearer.
– Leandro Amorim
I edited. I had been confused because I do not know the keyword that defines my need, summarizing it would be a cross-platform software that needs to interact with each other independent of the platform.
– Gustavo Piucco
@Gustavopiucco your question remains based on opinions and very broad. We deal better with questions that have well defined answers. This type of question fits better in some forum or discussion group.
– Ricardo
"I know that via browser the HTTP protocol is used (obviously)" - And the Websockets being standardized by the W3C, are on the side? I think the trend is Realtime.
– Piovezan