Skip to content

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

Notifications You must be signed in to change notification settings

sebcode/php-websocketserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published