N2O is an innovative, fast, open source, but not too well documented web framework for Erlang.
Here are my examples of using different N2O features.
You need to download mad. Run following commands in the root directory of the project:
wget https://github.com/synrc/mad/raw/master/mad
chmod +x mad
cd $EXAMPLE_NAME
../mad deps compile plan repl
Then open in browser http://localhost:8001
Run following command in the root directory of the project:
./mad app $EXAMPLE_NAME