Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atwayne/lastchat
chatroom
https://github.com/atwayne/lastchat
Last synced: 12 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T02:57:50.000Z (almost 11 years ago)
- Last Synced: 2023-08-05T12:11:28.987Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 4
- 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)