Skip to content

correaswebert/terminal-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Chat

A simple client-server based chat application. Multiple users can chat using a single chat server. The application is multithreaded.

Usage:

# start server
python3 server.py <port-to-bind>

# start client(s)
python3 client.py <server-port> <name>

About

A simple client-server type chat application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages