How to make a web application like skype?

How to make a web application like skype means sharing video and also audio enable is it possible to create such things using php?

I just want to create some web applications like this? is it possible?

Iā€™m not sure that PHP would be the main language to use for such an app.
Being a sever-side language it does not lend itself to highly interactive content because any change requires a page refresh.
That is not to say the php could not be employed for the project at all. But the interactive parts would require client-side scripting.

1 Like

Look in to WebRTC.

I would not consider PHP for the chat portion. You should use something more active and able to integrate better with Websockets.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.