3

I am developing a chatting app for android using phonegap , i have developed the UI but now im struck for how to connect two apps for sending and receiving data over internet, Messages in this case. I know this type of questions are not allowed on stackoverflow but im helpless. Can anyone suggest what methodology or technology to use, i dont have a server all the data is stored locally in the mobile phone. Thanks in advance.

rusty bit
  • 371
  • 2
  • 17

1 Answers1

0

Look at MQTT.

You can find references in http://www.eclipse.org/paho

sthor69
  • 638
  • 1
  • 10
  • 25