atwayne / lastchat

chatroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

http://talk-here.appspot.com

About

lastchat is a chatroom engine designed to run on Google App Engine.

  1. It is designed as a public chatroom that requires only one username (YES, no anonying registration and the username doesn't have to be unique!)
  2. Everything here is designed to be public, your username, your message
  3. Fun features coming. such as THE HOLE. More

Technology

  1. web.py as the web framework. More

  2. Bootstrap as front-end web framework. More

  3. Google App Engine

    1. Channel to create a persistent connection between your application and Google servers. More
    2. Memcache to store connections More
  4. jQuery, of course. More

  5. jQuery plugins

    1. jQuery.timeago, a plugin to automatically update fuzzy timestamps. More
    2. jQuery.cookie, for reading, writing and deleting cookies. More

About

chatroom

License:GNU General Public License v2.0


Languages

Language:Python 59.5%Language:JavaScript 40.2%Language:CSS 0.3%