attish / chat.py

A very minimal chat server built on web.py.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat.py
-------

chat.py is a bare minimum chat server built on web.py. It uses AJAX to post
messages, and the new messages are pushed to the clients via the "longpoll"
variant of Reverse AJAX.

This program was created as an experiment, but may also be used as a tutorial.
It is available under the GPL, see COPYING.

About

A very minimal chat server built on web.py.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%