PubNub or Pusher and storing data on my own server
问题 I have a mobile application where users can talk to each others via a chat (user to user only, not chatroom). Today, everything is synchronous. We are considering switching the solution to something more "real time", maybe using PubNub or Pusher. We are wondering about the best way to do it, given that our server will need to store every sent message. What we have in mind : Each mobile app would create a channel using user Id as the channel name. This channel would be used for mobile app /