/php-websocketserver

basic websocket protocol rfc 6455 implementation (to be used with xinetd)

Primary LanguagePHP

WebSocket Protocol implementation written in PHP

This is a very basic and unfinished implementation of the WebSocket
Protocol RFC 6455 (http://tools.ietf.org/html/rfc6455).

This server doesn't handle the TCP socket stuff, it just reads and
writes from STDIN/STDOUT, so you need to use a super-server like
xinetd, tcpserver or netcat.

-- 
Sebastian Volland