Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccman/holla
Holla! - Rich JavaScript Application
https://github.com/maccman/holla
Last synced: 1 day ago
JSON representation
Holla! - Rich JavaScript Application
- Host: GitHub
- URL: https://github.com/maccman/holla
- Owner: maccman
- Created: 2010-10-12T22:17:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-22T19:54:48.000Z (over 13 years ago)
- Last Synced: 2025-01-11T01:06:47.116Z (8 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 1,063
- Watchers: 56
- Forks: 197
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - holla - Rich JavaScript Application | maccman | 1070 | (JavaScript)
README
#Intro
Holla is a group chat app. The UI is built in a RIA fashion - i.e. is totally asynchronous and super fast. I've open sourced it for a book I'm writing on building Rich Internet Applications with JavaScript.
A WebKit based browser (Safari/Chrome) is required due to specific CSS optimizations.
#Live Demo
__[Checkout a live demo here](http://maccman-holla.heroku.com/)__
Good examples for:
* CSS3 theming (inspired by http://jquerymobile.com)
* [Spine](http://github.com/maccman/spine) JS frontend
* Less
* Sprockets
* Juggernaut 2
* Async uploads with progress![Screenshot](https://lh4.googleusercontent.com/_IH1OempnqUc/TZF1gMnidmI/AAAAAAAABKE/b9rp9RdtA3o/s800/Screen%20shot%202011-03-29%20at%2018.58.12.png)
# Prerequisites
* Ruby 1.9.2
* Bundler
* Redis# Installation
* bundle install
* rake db:migrate
* rails server thin
* start the Juggernaut server - [http://github.com/maccman/juggernaut](http://github.com/maccman/juggernaut)Now go to [http://localhost:3000](http://localhost:3000)