Cometd client for Ruby

I am going to have to connect to a comet server using Ruby. What I need
is
something that can be used directly from a Ruby program that has
absolutely
nothing to do with Rails.

rayeux is no longer supported and the last commit was 2 years ago
faye (the replacement given on the rayeux page) is a 404 on github

All the links that Google kicks up seem to be completely obsessed with
using Javascript in Rails applications or want me to set up a node.js
environment for some reason. I just need to talk to a server without
excess
baggage.

Can someone point me to something simple that will let a Ruby script
talk
to a cometd server?

I’ve not used a comet server before, but would a browser interface like
Watir-webdriver or Mechanize work for you?

On 21 June 2013 14:01, Joel P. [email protected] wrote:

I’ve not used a comet server before, but would a browser interface like
Watir-webdriver or Mechanize work for you?

Thanks for the suggestion but nope. Thats an insane amount of baggage to
be
carrying just to connect to a server.

I may have to resort to writing the application in Java :frowning:

Ah so it is still alive. Thanks I will install and investigate this

Peter H. [email protected] wrote:

faye (the replacement given on the rayeux page) is a 404 on github

Documentation never seems to be updated, I find severl gems listed in
rubygems spit up 404s to their homepages, especially when they’re in
github, but I end up searching github and sometimes find them again. I
am unsure why ppl do not updated their .gemspecs with new home page info
so rubygems can point to the right place.

I may have to resort to writing the application in Java :frowning:

Wait! Don’t give it up yet! Let the Faye be with you! :slight_smile:

http://faye.jcoglan.com/

saji

Saji N Hameed,
ARC-ENV, Center for Advanced Information Science and Technology,
University of Aizu, Tsuruga, Ikki-machi,
Aizuwakamatsu-shi, Fukushima 965-8580,
Japan

Tel: +81242 37-2736
Fax:+81242 37-2760
email: [email protected]
url: http://enformtk.u-aizu.ac.jp
bib: Web of Science
code: sajinh (Saji Hameed) · GitHub

On Fri, Jun 21, 2013 at 10:15 PM, Peter H. <