+ 2
Hi, although it is theoretically possible to use websockets with php, I wouldnt recomend it. Because php in his basic form runs only when you request it. Therefore it makes it much more difficult to listen for websocket emmits. Try taking a look at Node.js with socket.io or other asynchronous server side languages.
Hope it helps!



