0

I'm developing a chatroom app in Rails and have read that Juggernaut is the best option. Has anyone seen a tutorial for getting it started on Windows? I can't seem to find any up-to-date tutorials online.

John
  • 5,835
  • 8
  • 28
  • 36

1 Answers1

1

I don't use Windows so I haven't tried to but take a look at https://github.com/dmajkic/redis for running Redis in Windows and https://github.com/joyent/node/wiki/Building-node.js-on-Cygwin-(Windows) for installing Node.js.

Those are Juggernaut's only real dependencies.

lebreeze
  • 5,094
  • 26
  • 34