/Message-Passing

This repository contains some message passing applications using socket programming in python.

Primary LanguagePython

Message-Passing

This repository contains some message passing applications using socket programming in python.

Includes

1. File transfer program where client and server can send file to each other.

2. Message passing programs where client and server can send message to each other.

3. This is a simple chat-room where all the clients will connect with the server and server broadcasts the message to others and can even message directly to the sender.

Feel free to contribute..