Added example using callbacks
This commit is contained in:
parent
0590fa6ca1
commit
6f90f78724
3 changed files with 5 additions and 1 deletions
2
start
2
start
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
erl -boot start_sasl -pa ebin -pa erlang_js/ebin/ -pa src -eval 'ggs_server:start_link(7000)'
|
||||
erl -pa erlv8/ebin -pa ebin -pa src
|
||||
|
|
Reference in a new issue