Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 278 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 278 Bytes

api_test

testing elli for api compatibility.

Usage

$: erl -pa deps/*/ebin ebin

% starting elli
{ok, Pid} = elli:start_link([{callback, api_test_callback}, {port, 3000}]).

Start Detached

erl -detached -pa deps/*/ebin ebin -s api_test_app start