https://github.com/atwayne/lastchat
chatroom
https://github.com/atwayne/lastchat
Last synced: 4 months ago
JSON representation
chatroom
- Host: GitHub
- URL: https://github.com/atwayne/lastchat
- Owner: atwayne
- License: gpl-2.0
- Created: 2013-11-05T06:58:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T02:57:50.000Z (over 12 years ago)
- Last Synced: 2025-04-07T12:48:03.532Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Demo
----
[http://talk-here.appspot.com](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](https://github.com/lastr2d2/lastchat/wiki/THE-HOLE)
Technology
----------
1. web.py as the web framework. [More](http://webpy.org/)
2. Bootstrap as front-end web framework. [More](getbootstrap.com)
3. Google App Engine
1. Channel to create a persistent connection between your application and Google servers. [More](https://developers.google.com/appengine/docs/python/channel/)
2. Memcache to store connections [More](https://developers.google.com/appengine/docs/python/memcache/)
4. jQuery, of course. [More](http://jquery.com/)
5. jQuery plugins
1. jQuery.timeago, a plugin to automatically update fuzzy timestamps. [More](https://github.com/rmm5t/jquery-timeago)
2. jQuery.cookie, for reading, writing and deleting cookies. [More](https://github.com/carhartl/jquery-cookie)