DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Camping
Camping is a small web framework, less than 4k, a little white blood cell in the vein of Rails. See it for yourself.
<pre>gem install camping --source code.whytheluckystiff.net</pre>
You will also need SQLite3 for the examples.
Once installed, <pre>camping your.camping.rb</pre> will launch an application on port 3301.
Source: <a href="http://code.whytheluckystiff.net/camping/">Camping - a small web framework</a>




