├── README.md ├── Server_Files ├── config.php ├── create_room.php ├── del_chat.php ├── del_room.php ├── getchat.php └── sendchat.php ├── TerminalChat-logo.png ├── TerminalChat.py └── chats.sql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/README.md -------------------------------------------------------------------------------- /Server_Files/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/Server_Files/config.php -------------------------------------------------------------------------------- /Server_Files/create_room.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/Server_Files/create_room.php -------------------------------------------------------------------------------- /Server_Files/del_chat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/Server_Files/del_chat.php -------------------------------------------------------------------------------- /Server_Files/del_room.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/Server_Files/del_room.php -------------------------------------------------------------------------------- /Server_Files/getchat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/Server_Files/getchat.php -------------------------------------------------------------------------------- /Server_Files/sendchat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/Server_Files/sendchat.php -------------------------------------------------------------------------------- /TerminalChat-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/TerminalChat-logo.png -------------------------------------------------------------------------------- /TerminalChat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/TerminalChat.py -------------------------------------------------------------------------------- /chats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/TerminalChat/HEAD/chats.sql --------------------------------------------------------------------------------