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.
Follow the tutorial at http://nitrogenproject.com/doc/tutorial.html
The Getting Started guide covers this.
Install Erlang from
Make sure you have gmake
installed, and use gmake
instead of make
Example:
$ gmake rel_cowboy
Instructions for building on windows can be found in rel/overlay/win
nitrogen_core is where you would find the vast majority of Nitrogen's codebase, should you wish to contribute or make changes.
Read our contribution guidelines to get started contributing to Nitrogen! (they're not strict, just recommendations)