Skip to content

Command Line Interface ChatApp utilizing SocketServer and ThreadingMixIn

License

Notifications You must be signed in to change notification settings

ysyesilyurt/CLI-ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-ChatApp

A simple Command Line Interface Python Chat Application, simply creates a Chatroom in which a server and several clients can send and receive messages from each other.

Created with SocketServer Framework

Usage

Clone repository

git clone https://github.com/ysyesilyurt/CLI-ChatApp

Run server.py with correct parameters, Usage:

./server.py [PORT] [HOST]

You can also run directly, in that case it defaults to 10000 localhost:

./server.py 

Afterwards clients can connect to the server using client.py with correct parameters, Usage:

./client.py [PORT] [HOST]

Default is again, 10000 localhost:

./client.py 

About

Command Line Interface ChatApp utilizing SocketServer and ThreadingMixIn

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages