0

I have a server that I run, I'm not very good at that, but I'm making an android application, and I was wondering if there was a way to link two phones in real time where I could send a small amount of information, like a number or something. Or even something I can put on my server that would send some type of notification to the one client once the other client submits the information.

Trim
  • 375
  • 1
  • 5
  • 14

2 Answers2

1

Use XMPP.

To implement it no android, refer to this question: XMPP and Android

For the server, refer to this one: Good XMPP Java Libraries for server side? (the accepted answer list libraries to many languages.

Community
  • 1
  • 1
Aleadam
  • 40,203
  • 9
  • 86
  • 108
0

You could also try SMS. Might be a bit easier.

Tom
  • 7,994
  • 8
  • 45
  • 62