fastr is an event-based web framework for Ruby.
You can setup a fastr application by doing the following.
$ sudo gem install fastr $ fastr init helloworld $ cd helloworld $ thin -p 5000 start
Getting Started
Enter search terms or a module, class or function name.