> Folks, a quick question - is there an equivalent app server to Thin
> (C-Ruby) and Glassfish (JRuby) for IronRuby? Something small, with no
> external deps that I can gem install?

There is cassini, a small ASP.NET webserver, which is what Visual Studio uses 
as it's default debug webserver.  However, there is no gem which installs just 
that for you, yet. 

Currently your choices are webrick, cassini, or IIS; cassini and IIS require 
the IronRuby.Rack adapter to run any rack-based applications. I'm currently 
updating the Rails instructions, so I'll include using cassini as well.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to