Re: [PHP] Websocket using php

2012-04-01 Thread Tim Streater
On 31 Mar 2012 at 16:14, Leandro Dardini wrote: > Hello, > I have the need to use websockets for the server part of an application I > am developing and I found with a big surprise no websocket class or > procedure is available on the net. Have I missed looking in some place? > > Being really in

Re: [PHP] Websocket using php

2012-03-31 Thread Matijn Woudt
On Sat, Mar 31, 2012 at 5:14 PM, Leandro Dardini wrote: > Hello, > I have the need to use websockets for the server part of an application I > am developing and I found with a big surprise no websocket class or > procedure is available on the net. Have I missed looking in some place? > > Being rea

[PHP] Websocket using php

2012-03-31 Thread Leandro Dardini
Hello, I have the need to use websockets for the server part of an application I am developing and I found with a big surprise no websocket class or procedure is available on the net. Have I missed looking in some place? Being really interested in using this protocol with PHP, I start from the clo