Skip to content

shaneutt/erlang_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4f291d · Jun 30, 2016

History

22 Commits
Apr 23, 2016
Feb 24, 2016
Feb 24, 2016
Feb 24, 2016
Feb 24, 2016
Apr 14, 2016
Feb 24, 2016
Feb 24, 2016
Jun 30, 2016
Apr 23, 2016
Jun 30, 2016
Apr 14, 2016
Apr 12, 2016

Repository files navigation

Erlang Notebook

Build Status

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.