Skip to content

dzaporozhets/holla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

randx fork

I've made some changes to make it more usable. My patch store all coversation in db - not in memory.

Screenshot

Prerequisites

  • Ruby 1.9.2
  • Bundler
  • Redis
  • Nodejs

Installation

Install ruby & bundler

Nodejs & juggernaut

cd /tmp
wget http://nodejs.org/dist/v0.8.8/node-v0.8.8.tar.gz
tar -xf node-v0.8.8.tar.gz
cd node-v0.8.8/
./configure
make
sudo make install

npm install -g juggernaut

Setup project

bundle install
rake db:seetup
bundle exec foreman start -p 3000

Now go to http://localhost:3000

About

Holla! - Rich JavaScript Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 87.5%
  • Ruby 12.5%