fastr

fastr is an event-based web framework for Ruby.

Quick Start

You can setup a fastr application by doing the following.

$ sudo gem install fastr
$ fastr init helloworld
$ cd helloworld
$ thin -p 5000 start

Indices and tables

Table Of Contents

Next topic

Getting Started

This Page