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
- Host: GitHub
- URL: https://github.com/shaneutt/erlang_notebook
- Owner: shaneutt
- License: mit
- Created: 2016-02-24T00:23:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T03:03:11.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T21:14:21.593Z (2 months ago)
- Topics: cowboy, erl, erlang, erlydtl, nif, rebar, rebar3
- Language: Erlang
- Homepage:
- Size: 3.03 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Erlang Notebook
===============[](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.