Which technologies I need to learn for developing Online Chat Room with voice/video support?
Presently I know Core PHP/MySql and DHTML.
Which technologies I need to learn for developing Online Chat Room with voice/video support?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to do a chat that would scale, you need to learn how to write an event handled application, there is a lot of framework to build such application, a short list
This tool would permit you to use the comet style of ajax call.
Sadly, I don’t think there is any event driven web server/framework for PHP, so you would probably have to learn other language.