Nitrogen is an Erlang-based web framework that allows you to develop infinitely scaleable, Ajax-rich web applications using a pure Erlang technology stack.
See the Nitrogen Project website for additional information.
Download the code and move to the experimental branch.
git clone git://github.com/rklophaus/nitrogen.git
cd nitrogen
git checkout origin/experimental -b experimental
Then, run the following...
cd Quickstart
./quickstart.sh
Open your web browser to http://localhost:8000
cd Quickstart
quickstart.bat
Open your web browser to http://localhost:8000
See Quickstart/README for information on how to get up and running quickly in Mochiweb and Inets.