Skip to content

Basic chat system implementation developed in Python

Notifications You must be signed in to change notification settings

davidt128/ChatServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Basic chat system implementation developed in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages