Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PavanBhat007/Multi-threaded-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-threaded-chat

Multi-threaded chat application using socket programming in python

BASIC PROJECT:

  1. Multiple users can connect and chat simultaneously (community chat => everyone can see what anyone says)
  2. Low response time (can be achieved by Multi-threading)
  3. Basic UI

ADDITIONAL FEATURES:

  1. End-to-end encryption
  2. User profiles (name, dp, bio, etc)
  3. Autentication, Authorization mechanisms
  4. Private chats (multiple users on same server but 2 can chat privately)
  5. Enhance UI
  6. Database for storing user data if user-profiles are to be implemented

About

Multi-threaded chat application using socket programming in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages