0
votes
0answers
51 views

How do I add a algorithm to my chat system? [closed]

Do I need some sort of algorithm in my chat system ? So far I have in my page I'm building turned out to be a "what's your status" type of feature, like FaceBook has... I didn't mean for that although ...
0
votes
2answers
117 views

Writing a Web Instant messenger [closed]

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?