# myapp.rb require 'nyny' class App < NYNY::App get '/' do 'Hello world!' end end App.run! Open the browser at http://localhost:9292 TOP Motivation Philosophy Why use NYNY Usage Environment Configuration Running Defining routes Request scope Maps Namespaces Templates Filters Middleware Helpers Extensions FAQ Contributing Philosophy NYNY is unassuming, it has all the core stuff to get running, but