https://github.com/strongbugman/tiny_chat_server
A tiny chat server write with python.
https://github.com/strongbugman/tiny_chat_server
Last synced: about 1 year ago
JSON representation
A tiny chat server write with python.
- Host: GitHub
- URL: https://github.com/strongbugman/tiny_chat_server
- Owner: strongbugman
- Created: 2015-12-15T05:25:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T04:42:10.000Z (about 10 years ago)
- Last Synced: 2025-02-11T18:04:13.008Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny chat server
A simple chat server use I/O select, use python.