jimsynz / faye-rails

Simple Rails glue for the Faye messaging protocol.
MIT License
435 stars 79 forks source link

JRuby support? #53

Closed asmatameem closed 10 years ago

asmatameem commented 10 years ago

Does this work on JRuby 1.7.8?

nilbus commented 10 years ago

I'm not aware of any reason that it wouldn't. It doesn't fork or do any anti-jruby stuff.

Let us know if you run into any issues.

jimsynz commented 10 years ago

I know that @jcoglan went through a lot of trouble to make https://github.com/faye/faye work on JRuby, so you might want to check there.

jcoglan commented 10 years ago

Faye 1.0 should run on JRuby so long as you set a sensible adapter for MultiJson (I'd use gson).

jcoglan commented 10 years ago

Oh, and so long as you use a JRuby-compatible server. Puma works fine, I believe.