https://github.com/russellluo/chatinhttp
Chat in HTTP between client and server.
https://github.com/russellluo/chatinhttp
Last synced: over 1 year ago
JSON representation
Chat in HTTP between client and server.
- Host: GitHub
- URL: https://github.com/russellluo/chatinhttp
- Owner: RussellLuo
- Created: 2013-11-17T10:14:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T11:24:56.000Z (over 12 years ago)
- Last Synced: 2025-02-16T04:17:10.861Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ChatInHTTP
==========
Chat in HTTP between client and server.
Usage
-----
###1 Chat with local server
1) start local server
python server.py
2) chat with it
python ChatInHTTP.py localhost 8000
###2 Chat with remote server
python ChatInHTTP.py www.python.org
Tips
----
CTRL-D EOF of stdin
CTRL-C exit