Web Application framework for Erlang inspired by Rails and Merb
From https://github.com/davebryson/beepbeep/:
BeepBeep is a simple Web Application framework for Erlang inspired by Rails and Merb. It follows the principle of convention over configuration – meaning if you follow the code structure layout and a few rules when building your app, it’ll require no extra work on you behalf to map Url requests to your Controllers and Views.
BeepBeep is built on MochiWeb and ErlyDTL, providing a super fast web server and the abiity to define your templates with the Django template language.