public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
thin / example / myapp.rb
100644 1 lines (1 sloc) 0.053 kb
1
Myapp = lambda { |env| [200, {}, 'this is my app!'] }