开发者

screen share and chatting in php [closed]

开发者 https://www.devze.com 2023-04-11 02:16 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I want to make a application in ph开发者_开发技巧p that will have a chatting module with screensharing option is there any php source code available to share screen and chatting Thanks Shivam


I think this is impossible, because skype use closed protocols. But you can waste a lot of time for reverse engineering to determine these protocols.


Not possible to do screensharing in PHP. Your best/easiest bet for that is most likely an embedded Java applet.

As for the chatting, you could do that very easily in PHP, and make it display messages in "real-time" using AJAX calls to check for new messages.


Sorry this is not possible with PHP. However you can combine Javascript and Ajax to get something reasonable out of this. And also Java applets.


For screen sharing, no, PHP is not client-side dynamic- the closest you'll get for a viable solution is by uising JavaScript. As PHP is server-side, content (i.e. the simplest of screen refreshes) would need to be updated/managed server side, in order for the client (user) to see these changes, they would need to reload the script. Given the overheads and impracticalities of doing so, PHP is not viable at all.

Regarding chatting- your best bet is a combination of PHP and Javascript, see here for one such application

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号