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.
Asked
Active
Viewed 85 times
2 Answers
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.