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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.