Php Version: PHP 5.4.3
Apache Version: 2.4.2
Im trying my hand at writing a simple websocket server. My question is how would I continue reading the server-side recieve buffer after the hand shake has been successfully made?
The webhost I’m using doesn’t support php sockets, so creating a listener outside of apache+php is not an option, nor is changing webhosts at this time.
Due to the architecture of Apache, and possibly other HTTPd’s, this isn’t possible. Just software depends on a RESTful connection, in which the client requests data and then the server responses.
A websocket connection doesn’t fit this format due to data being back and forth