Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password protected Chat-rooms in Python

This is python socket server which provides client-groups with chat rooms which are password protected. In other words you can do group chats by creating a room and securing it with a password.

For command line clients-

You can run the file serverthread.py with python by

python serverthread.py <port-number>

Then Users may connect to this server using clients such as netcat or telnet.

Enjoy group chats!!

For making a chat application:-

You may use the file serverfrgui.py for this purpose.

Other Uses:-

For Process Syncronization by making a secure communicative room of processes in which different processes can communicate with each other to share data...

About

Secure Group Chats over TCP with password protected Rooms.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages