Skip to content

apofiget/c_node_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang multithreaded C-node example code.

How to build:

git clone https://github.com/apofiget/c_node_ex
cd c_node_ex/
make
make start

in other console:

cd c_node_ex/priv/
./erl_c_node 6543 COOKIE

,where 6543 - port number and COOKIE - Erlang magic cookie.
Then back to Erlang REPL and try call functions foo/0, bar/0, baz/0, quax/0, other/0.

Author: Andrey Andruschenko <apofiget@gmail.com>

About

Multithreaded Erlang C-node example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published