Andrew Colclough

Web Design & Dev., Liberty, Economics, Football

Sinatra - a tiny web framework.

require 'rubygems'
require 'sinatra'
get '/hi' do
  "Hello World!"
end

$ gem install sinatra
$ ruby hi.rb
== Sinatra has taken the stage ...
>> Listening on 0.0.0.0:4567
Framework Here: sinatrarb.com

Here's a super duper lightweight web application framework I am fooling around with - with the help of Noonat. ;)

Filed under  //   framework   lightweight   ruby   sinatra