Introducing Nitrogen

Nitrogen brings cutting-edge web development to Erlang.

Event-Driven Development

Nitrogen uses an event-driven model built on top of Erlang pattern matching. Nitrogen allows you to tag elements with any Erlang term, and then act on the tag in server-side code when the user clicks on, hovers over, or otherwise interacts with the element. Catching the event is as simple as writing an Erlang function.

Brainlessly Easy Ajax

Nitrogen allows you to update or replace a section of your page using Ajax in just one line of code. Most importantly, Nitrogen lets you use the same consistent syntax to both build AND update the page.

Ridiculously Simple Comet

Nitrogen includes Comet support, allowing you to build interactive web applications that push data to the browser. By simply wrapping your function call in one line of code, you can turn a synchronous function into a long-running asynchronous function.

Complex Interfaces: Dragging, Dropping, and Sorting

With Nitrogen, you can let a user interact with your application in complex ways. Nitrogen lets you tag the draggable, droppable, or sortable elements, and then respond to the resulting events in server-side code as easily as you would respond to a click.

Flexible Templating

Nitrogen includes a simple but powerful template system, allowing you to define a consistent style for your application. You can add headers, footers, and parameterized plugins to your page using a simple callout mechanism.

Data Binding

Nitrogen leverages the power of Erlang data structures and pattern matching to enable powerful one-way databinding. Data binding support makes it easy to display repeated documents like blog posts or comments.

Erlang Power

Nitrogen brings all of the advantages of Erlang to web application development, including hot code swapping, stability, and scalability.


Technology Stack

Mac, Linux, Windows, etc.

Any platform that can run Erlang can also run Nitrogen, including Mac, Linux, Unix, and Windows (among others). Nitrogen does not contain any platform specific code.

Mochiweb, Yaws, or Inets for Serving

Nitrogen supports the three most popular Erlang web servers equally: Mochiweb, Yaws, and Inets. Nitrogen abstracts out the server specific code, meaning that you write your application on one http server and seamlessly transfer to a different http server without changing a thing.

JQuery/JQuery UI for Javascript and Effects

Nitrogen uses JQuery and the JQuery UI library for client side Javascript.