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

https://github.com/thevickypedia/messenger

Chat box on local host using socket programming in python
https://github.com/thevickypedia/messenger

chat-application chat-room python socket-programming

Last synced: 9 months ago
JSON representation

Chat box on local host using socket programming in python

Awesome Lists containing this project

README

          

![GitHub repo size](https://img.shields.io/github/repo-size/thevickypedia/messenger) ![GitHub Repo stars](https://img.shields.io/github/stars/thevickypedia/messenger) ![GitHub last commit](https://img.shields.io/github/last-commit/thevickypedia/messenger)

# Messenger on LocalHost

Chat box on localhost using socket programming in python

### Setup:

- Initiate the [server](server.py) listening to port 10000.
- The [server](server.py) will trigger one instance of [chat_box](chat_box.py) popping up a chat window.
- Ask other users (within the same network) to run the chat box.
- Enter your name to join the chat group.