Skip to content

atwayne/lastchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo

https://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