Skip to content
/ PyRooms Public

Secure Group Chats over TCP with password protected Rooms.

License

Notifications You must be signed in to change notification settings

sidjee/PyRooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages