Title: 🌀 WebSocket Chat Script
Author: K0NxT3D
Description: Simple Web Sockets Client - Server Chat Script.
File: client.php
URL: http://k0nxt3d.seaverns.com/
Use:
    On Server Host Run : php server.php
    On Client Host Open client.php.
        Make sure The $host matches in client.php:
        Line 107: const ws = new WebSocket('ws://127.0.0.1:6969');

Version 1.1.1 (Ongoing)
Notes:

    Still seeing debugging errors in terminal while viewing server.php.
    No effect on chat.

    Added: iframe.php (additional file for multiple viewing and debugging).

    URLs:
        Default - https://your-website:6969 (Without Port Forwading)
        Adding - /path/to/server.php:6969 (Optional)
        Adding - /path/to/client.php (Recommended)
        Rename - client.php -> index.php

Hacks:

    Editing your port configuration and save as "new-file.php" with either
    server.php or client.php will of course open more ports.
    Changing the string or path to either file will have different results
    or "Sub-Channels".

    Enjoy!
