├── .github └── workflows │ └── php.yml ├── LICENSE ├── README.md └── bin └── server.php /.github/workflows/php.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indianmodassir/socket/HEAD/.github/workflows/php.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indianmodassir/socket/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SOCKET 2 | -------------------------------------------------------------------------------- /bin/server.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indianmodassir/socket/HEAD/bin/server.php --------------------------------------------------------------------------------