You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A real-time Chat Client implemented using Python's socket programming and threading capabilities. The client connects to a server using socket.AF_INET for IPv4 addresses and socket.SOCK_STREAM for TCP connections, ensuring reliable and ordered communication.
A simple command-line interface (CLI) chatroom application.
Features
Real-time messaging
Usage
Start the server:
py server.py
Open a new terminal and run the client:
py client.py
About
A real-time Chat Client implemented using Python's socket programming and threading capabilities. The client connects to a server using socket.AF_INET for IPv4 addresses and socket.SOCK_STREAM for TCP connections, ensuring reliable and ordered communication.