|
I think it is possible, LSAPI is a communication protocol between LSWS and ruby, should be able to run anything on top of that.
The hook between LSAPI and any ruby web application should be very simple, just take a look at our RailsRunner.rb. You can try make a hook to the Merb in pure ruby.
|