/RailsGame

Outdated: Rails plugin to create Rails-based server-push games.

Primary LanguageRuby

NOTE: THIS IS AN ANCIENT REPO, KEPT AROUND ONLY FOR HISTORICAL REASONS. NO PART OF THE CODE INSIDE IS PRODUCTION-WORTHY.

# RailsGame example, building from the ground up

You must have Redis and Juggernaut installed. Redis can be downloaded or installed through most package managers. Juggernaut must be installed via npm – see github.com/maccman/juggernaut.

To start, use foreman:

$ bundle install
$ foreman start

This will start all relevant servers (there are several).