I programmed in Ruby and Rails for quite a long time, and then I fell in love with the simplicity of the Sinatra framework which allowed me to build one page web applications.
Is there a web framework like Sinatra available for Erlang? I tried Erlyweb but it seems far too heavyweight.
You could achieve something minimal with mochiweb:
If you need advanced routing, you will have to use regex’s instead of a simple case statement.