Are there any 3rd party chatting apps available for android,BB and iPhone? -


i have client has requirement chatting app. app should make communication possible on android , blackberry.

wonder if technically feasible? if yes how? clue?

yes, need chat server , clients on both mobile devices utilize server. these frameworks support web services, quite easy create web-service handle on server you.

you can skip server , let them talk directly each other.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -