Android chat application architectures -
i have requirement need build group chat application. chat app contain multimedia messages.
as know can architect chat app using gcm/fcm , xmpp protocol. problem gcm/fcm is, cannot handle multimedia messages , xmpp heavy architecture.
do have other servers or architectures apart gcm/fcm , xmpp?
thank you
use fcm. when want multimedia items use url of items. fcm can send receive urls easily.
you can point multimedia files stored on hosting servers.
Comments
Post a Comment