Search code examples
titanium-mobileappcelerator-mobile

Titanium Mobile Sockt programming


I had Mobile project using Titanium which need Chatting functionality so i found two way to do that...like using socket programming and by using Web services so which way is better and what are the Requirements for Sockets Based programming .....plz Help me.....

i had got reference for code https://github.com/appcelerator-modules/ti.cloud/tree/master/commonjs/example/windows/chats

but i confuse which way i have to fellow ...


Solution

  • Dilip

    If you want to implement chat application you have more option to do that.

    I have already do that with socket.io that is really fine for me and also helps me a lot. And its very speedy .

    And i have also experience with cloud that is also good but as per i say that socket.io is good compare to webservices.

    Socket.io In Appcelerator

    Prefer this it really helps you to you to understand socket.io

    Socket.io

    Thanks,

    Dharmik