https://github.com/keyan/python-socket-chat
A chat server written to learn about sockets.
https://github.com/keyan/python-socket-chat
Last synced: 12 months ago
JSON representation
A chat server written to learn about sockets.
- Host: GitHub
- URL: https://github.com/keyan/python-socket-chat
- Owner: keyan
- Created: 2015-01-06T17:21:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T23:47:09.000Z (over 11 years ago)
- Last Synced: 2025-02-09T00:42:38.539Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
python-socket-chat
==================
A super basic chat room in python using the low level socket library. Run chat_server.py then run as many instances of the client as desired. Currently only works between instances run on the localhost or over the same network.
python chat_server.py
python chat_client.py localhost 8000