Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 435 Bytes

readme.md

File metadata and controls

20 lines (17 loc) · 435 Bytes

Chat Server

This simple chat program was created as an experiment in Python 2.7 to try multithreading.

Usage

run 'server.py' and multiple 'clients.py' on a single host.

Example Output:

Username: User1
Welcome: 'User1' type '!q' to quit
[13:19:00]User2: Connected
[13:19:01]User2: Hello World
Hi
[13:19:07]User2: How's it going?
Good
!q
You have Left Chat