HTTP_Bridge : Send TCP Stream Packets Over Simple HTTP Request

HTTP_Bridge is a tool used for compouned of two parts, the server and a client. Server The server is just a php file with some logic to keep a stateful connections using tcp sockets, and handle the incomming http requests; by now this logic only works over linux servers. I’ve test it with apache+mod_php, nginx+php-fpm …