Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Writing a Web Instant messenger I am trying to figure out how to write an instant messenger like Google talk/Facebook Chat for my website. The accounts would all be in a mysql database. How

@Ravi8258870

Posted in: #Chat #WebDevelopment

I am trying to figure out how to write an instant messenger like Google talk/Facebook Chat for my website. The accounts would all be in a mysql database.

How could I get started with this?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

2 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

Try using existing technologies like nodejs + nowjs or the brand new technology Meteor.

They implement the web sockets thing automatically, and you can focus your app specific requirements.

10% popularity Vote Up Vote Down


 

@Pope3001725

Might not be worth writing from scratch. If you look at services such as olark they offer live support chat for probably less per month than the cost of writing your own support chat.

If you are looking to have group chat, then look at cometchat. Its a script you can install on your server that will give you facebook style user to user chat.

If you want to write your own from scratch, you are going to have to deal with Ajax Polling, Comet, HTML5 websockets. Its a lot of work to support all browsers. Another option is to use pubnub and build on their infrastructure.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme