A small clone of Sinatra, as a learning exercise.
A small example app
$ gem install rack
$ rackup config.ru
Now go to "http://localhost:9292/greet" and you'll be presented with a form.
A small clone of Sinatra, as a learning exercise.
A small example app
$ gem install rack
$ rackup config.ru
Now go to "http://localhost:9292/greet" and you'll be presented with a form.