zpeters / ErlangOtpTemplate

A sample Erlang OTP Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple template for an OTP application

Compiling: 
erlc -o ebin src/*.erl

Running: 
erl -pa ebin
application:start(myapp).
myapp_server:test_call("Call").
myapp_server:test_cast("Cast").

About

A sample Erlang OTP Template


Languages

Language:Erlang 100.0%