An open API service indexing awesome lists of open source software.

https://github.com/harshpatel44/message-passing

This repository contains some message passing applications using socket programming in python.
https://github.com/harshpatel44/message-passing

chatroom chatroom-client chatroom-server python socket-programming threading

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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..