Skip to content

A Rust node implemented based on the Erlang distributed protocol

Notifications You must be signed in to change notification settings

trysthout/comboer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A Rust node implemented based on the Erlang distributed protocol.

How to run the examples

cd crates/server/examples to run the following example.

The rust node as a server

Please follow the steps below.

Open a terminal run the following command to start a rust node.

cargo run --example server

Open a terminal run the following command to connect the rust node.

iex --sname a --cookie aaa  client.exs

The rust node as a client

Please follow the steps below.

Open a terminal run the following command to start a elixir node.

iex --sname b --cookie aaa  server.exs

Open a terminal run the following command to connect the elixir node.

cargo run --example client

About

A Rust node implemented based on the Erlang distributed protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published