Question

I recently learned about kayak, an HTTP server written in C# (i.e. not through IIS). I'm wondering if anyone has tried hooking up IronRuby to run Rack through this platform?

Was it helpful?

Solution

Given the author's condemning of System.Web, most likely not. IronRuby.Rack uses System.Web to hook into ASP.NET extensibility, enabling it to run on any System.Web-enabled web-server. If you want a lightweight web-server to run IronRuby.Rack on, it works fine with Cassini, which is bundled in the IronRuby.Rack gem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top