Skip to content

keyan/python-socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-socket-chat

A super basic chat room in python using the low level socket library. Run chat_server.py then run as many instances of the client as desired. Currently only works between instances run on the localhost or over the same network.

python chat_server.py
python chat_client.py localhost 8000

About

A chat server written to learn about sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages