0

I want to embed a chat in my site.The chat will be used for intercommunication between two members of site, like, the one used in social networking sites like facebook. Can anyone suggest me which language i need to learn in order to make that work ?? Any link or reference to book will do.

Thanks :)

Prashant Singh
  • 3,725
  • 12
  • 62
  • 106

1 Answers1

0

Here you are some sample chat created with php javascript and mysql:

http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/

Faraona
  • 1,685
  • 2
  • 22
  • 33
  • hey but d problem with this one is that this is a group chat. I wanna make a chat where user can communicate with their friends. I dont want the chat used for customer care etc,.. – Prashant Singh Jun 24 '11 at 10:38
  • How exactly, users use cat. Have you site where you integrate it? Have your site users opportunity to create friend groups of something similar? – Faraona Jun 24 '11 at 11:03
  • Hey ! In my site users are allowed to have account and friends and user can chat with each other.. – Prashant Singh Jun 24 '11 at 11:08
  • If i use AJAX req every second to make the chat, i think it will end up with making my server busy. So, using AJAX for chat will not work good. So, please inform me if i have some alternatives – Prashant Singh Jun 24 '11 at 11:10
  • I think face book use ajax too, but how many users have on this site and how many of them will chat at same time eac other? – Faraona Jun 24 '11 at 12:31
  • Hey I have made the chat using AJAX , but it may cause my server crash. So, I was thinking of some alternatives like APE etc. But I am having some problems in implementing that. So, I asked for some suggestions – Prashant Singh Jun 25 '11 at 04:21
  • I have implemented a basic chat using PHP, Jscript and Ajax.... But it doesnt seem satisfying to me... It may crash my server. So, i was searching for something like APE or any other suggestions....:) – Prashant Singh Jun 25 '11 at 04:47