How to configure LAMP server for iOS social/chat app?
Posted
by
andufo
on Server Fault
See other posts from Server Fault
or by andufo
Published on 2014-06-05T20:51:20Z
Indexed on
2014/06/05
21:26 UTC
Read the original article
Hit count: 170
I'm on the last developing phase of a social networking app for iOS that has a chat module. Right now I'm trying to figure out the best way to achieve these features:
- Send message instantly to another user. If other user is online, delivery should be instantly.
- If user reads the message, the remitent should be notified of that action.
- If a user visits my profile, I should be notified instantly.
What would be, in your opinion, the best approach to achieve that experience? The server is CentOS 5.6. I've previously reviewed XMPP, sockets, but I'm still unsure on what the best approach is.
Any opinions and resources will be much appreciated.
© Server Fault or respective owner