├── .gitattributes ├── .gitignore ├── ReadMe.md ├── index.php └── server.php /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanwebe/Chat-Using-WebSocket-and-PHP-Socket/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanwebe/Chat-Using-WebSocket-and-PHP-Socket/HEAD/.gitignore -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanwebe/Chat-Using-WebSocket-and-PHP-Socket/HEAD/ReadMe.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanwebe/Chat-Using-WebSocket-and-PHP-Socket/HEAD/index.php -------------------------------------------------------------------------------- /server.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanwebe/Chat-Using-WebSocket-and-PHP-Socket/HEAD/server.php --------------------------------------------------------------------------------