/Cappuccino-X-Juggernaut

A demo application coded with the Cappuccino framework which uses the Juggernaut push server

Primary LanguageJavaScriptMIT LicenseMIT

Cappuccino X Juggernaut

by Elias Klughammer

Introduction

This is a demo application for bringing together the Cappuccino Framework (http://www.cappuccino.org) and the Juggernaut Push Server for Ruby on Rails.

Here you can see a demonstration of the sample app.

Installation

1. Install Ruby on Rails

sudo gem install rails

2. Install the Juggernaut Gem

sudo gem install juggernaut

3. Download the demo app and unpack it.

4. Start the Rails application

ruby script/server

5. Start the Juggernaut server

juggernaut -c juggernaut.yml

6. Open the browser and go to http://localhost:3000