From: "Dimitri Aivaliotis" <aglarond / gmail.com> > On 7/26/06, Bill Kelly <billk / cts.com> wrote: >> (P.S. if anyone can find the Nitro screencast showing >> the evolution from simple Hello World "one liner" to a >> gradually more complex app, I'd appreciate a link, as I >> seem to have lost it. Thx.) > > > Is this the screencast you meant? > > http://www.nitroproject.org/videos/nitro.html Yes!! Thanks, that was it. $ cat demo.rb require 'nitro' class Hello def index 'hello world' end end Nitro.start Hello .......That was something I could really latch onto, because the complexity builds from there. But what a nice starting point. Elegant. :) Regards, Bill