An open API service indexing awesome lists of open source software.

https://github.com/shaneutt/erlang_notebook

A notebook for Erlang
https://github.com/shaneutt/erlang_notebook

cowboy erl erlang erlydtl nif rebar rebar3

Last synced: about 2 months ago
JSON representation

A notebook for Erlang

Awesome Lists containing this project

README

        

Erlang Notebook
===============

[![Build Status](https://travis-ci.org/shaneutt/erlang_notebook.svg?branch=master)](https://travis-ci.org/shaneutt/erlang_notebook)

Each application in this release is intended to be the template to cover a specific archetype of application.

There are several applications with documentation for what each application is trying to accomplish:

erlang_notebook_api
---

This is an JSON/HTTP API using Cowboy and JSX intended to be the template for modeling a REST API.

erlang_notebook_gen_server
---

Perhaps one of the most commonly used behaviors in the OTP suite, this is a gen_server template for handing messages and state.

erlang_notebook_mnesia_db
---

A simple implementation of an application that uses the Mnesia database provided with Erlang.

erlang_notebook_nif
---

An Erlang library written in C using Erlang C header files.

erlang_notebook_web
---

A web application using Cowboy as the webserver and DTL as a templating system.