PHP WebSocket Client Library -


I have a websitet server that is built using Python.

I would like to know if there is a library that allows me to create a websacet client using PHP 5.3.1 and connect it to the server I created?

I have gone through the Symbian WebSocket client library and the Gabriel WebSocket client library but the issue is that they require PHP 5.3.9 or higher, but I am using PHP 5.3.1 .

Please advise me of any such library available to me.

Thanks in advance.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -