WELCOME TO NOVA

Nova makes it simple to build a fault-tolerant and distributed web application. It takes ideas from different web frameworks and implements them with the functionality and stability that Erlang and BEAM offer.

Quick Start

Start by adding the rebar3 template for Nova
This can be done by running the installation script;
Via curl:
sh -c "$(sh -c "$(curl -fsSL https://raw.githubusercontent.com/novaframework/
rebar3_nova/master/install.sh)")"
Via wget:
sh -c "$(wget -O- https://raw.githubusercontent.com/
novaframework/rebar3_nova/master/install.sh)"
After this is done, use rebar3
to generate a new project with Nova.
rebar3 new nova my_first_nova

Github Use Cases

Check out some of our cool projects below

Http api demo

This is a demo that shows how you can build an http api server with Nova.

Explore

Github Demo

Explore

This is a demo that shows how you can build a service with views that fetch repos from github and present them in a list.

Nova Chat

This is a demo that shows how you can build a chat service with Nova.

Explore