From line 62 of https://github.com/Flynsarmy/PHPWebSocket-Chat/blob/master/server.php
// for other computers to connect, you will probably need to change // this to your LAN IP or external IP, // alternatively use: gethostbyaddr(gethostbyname($_SERVER['SERVER_NAME']))
$Server->wsStartServer('127.0.0.1', 9300);
altere esta linha para
$Server->wsStartServer('0.0.0.0', 9300);
ou o IP ao seu IP de LAN e tente.