-
A Simple CHAT-ROOM developed Using Python Socket as a demonstration of using Python Socket Module .
-
The socket module from the Python Standard Library provides the equivalent of BSD socket interface. The socket module provides various objects, constants, functions and related exceptions for building full-fledged network applications including client and server programs.
apt-get update -y
apt-get upgrade -y
apt install python -y
git clone https://github.com/isuruwa/CHAT-ROOM
cd CHAT-ROOM
python server.py
python client.py