Skip to content

strayByte2022/client-server-model-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

client-server-model-chat

Features

  • Client-Server model
  • Chat with multiple clients
  • Private chat (client to specific client)

Manual

  • Run server (in command line):
python server.py 
  • Run client (in command line, after starting server):
python client.py 
  • Get list of online clients:
!online
  • Private chat:
!private <client_name> <message>
  • Exit:
!bye

About

Computer network course's project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages