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.
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!!
You may use the file serverfrgui.py for this purpose.
For Process Syncronization by making a secure communicative room of processes in which different processes can communicate with each other to share data...