This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Daniel Wanja (author)
Sun May 03 14:25:16 -0700 2009
flexonrails / 20_Server_Push_with_Juggernaut
20_Server_Push_with_Juggernaut/README
This is the code used for chapter 20 - Server Push with Juggernaut. On the Rails side you will need to install the follow gems $ sudo gem install json $ sudo gem install eventmachine $ sudo gem install juggernaut Install the juggernaut plugin $ ./script/plugin install git://github.com/maccman/juggernaut_plugin.git Configure and start juggernaut $ juggernaut -g config/juggernaut.yml $ juggernaut -c config/juggernaut.yml Start Rails: ./script/server On the Flex side the main application is IM.mxml and is a simplistic chat client.








