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.
- Host: GitHub
- URL: https://github.com/harshpatel44/message-passing
- Owner: Harshpatel44
- Created: 2020-04-07T00:54:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T22:49:07.000Z (about 5 years ago)
- Last Synced: 2025-01-24T15:41:50.154Z (4 months ago)
- Topics: chatroom, chatroom-client, chatroom-server, python, socket-programming, threading
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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..