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

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.

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