Skip to content

A Multi-threaded Chat Application between different users

License

Notifications You must be signed in to change notification settings

navneel99/Chat_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat_Application

A Multi-threaded Chat Application between different users

Make sure you have the pycrypto library installed.

You can install it using command

pip install pycrypto

How to Run?

Make sure that the server and client run on the same MODE

Server

Run: python3 server.py MODE

Client

Run: python3 client.py USERNAME IP_OF_SERVER MODE

MODE: Can be 1,2,3

IP_OF_SERVER: Self Explanatory

USERNAME: Name of the client.Can only contain Alphanumeric characters Case Sensitive

About

A Multi-threaded Chat Application between different users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages