Skip to content

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.

Notifications You must be signed in to change notification settings

Thejas0604/cli-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CLI Chatroom

A simple command-line interface (CLI) chatroom application.

Features

  • Real-time messaging

Usage

  1. Start the server:
    py server.py
  2. 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.

Resources

Stars

Watchers

Forks

Languages