Mongrel test

Ruby code posted
created at 08 Jun 16:31

Edit | Back
1
2
3
4
5
6
Mongrel::Configurator.new do
    listener :port => 2000 do
         uri "/recordings/", :handler => StreamHandler.new
    end
    run; join
end
148 Bytes in 2 ms with coderay