Can Message/Queue Service be used to create a chat?

0 votes
I want to develop a chatting interface between Windows Phone, Android and Web (PHP). Can it be done 'using Message/Queue Service' APIs?

If not multi-platform, can it be done in single platform, like Android to Android?

Thanks for any help.
asked Jul 31, 2014 in App42 Cloud API-BaaS by shishirg23 (31 points)

1 Answer

0 votes
 
Best answer

Message/Queue service provides a way to post a message on queue and then receive that message on other end. If you are planning to have private chat between your users, this will not be a wise solution to implement because you will end up using multiple queue inside your application. Since we have restriction in creating queue (50 per app) this might be bottle neck for your app. Also, this is an offline messaging and not suited for real time chat application.

We already have AppWarp solution which is well suited for this kind of application and can be implemented on Android/WP and PHP(using JS SDK) to implement the chat feature. Here are the few links that might be useful in your case to look for

AppWarp Chat Walk through 

Android Chat Tutorail Using AppWarp

Let me know if it helps.

Thanks

Ajay

answered Jul 31, 2014 by ajay123 (899 points)
selected Aug 1, 2014 by shishirg23
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...