nodex v0.1.2 Nodex

Nodex can be seen as an extenstion to Node, providing helping functionality around distributed elixir.

Link to this section Summary

Functions

Return the host part of Node.self/0.

Return the host part of Node.self/0. somenode@<host>

Return the short name of Node.self/0.

Return the short name of a given node identifier <sname>@host

Link to this section Functions

Specs

host() :: binary()

Return the host part of Node.self/0.

Specs

host(node()) :: binary()

Return the host part of Node.self/0. somenode@<host>

Specs

sname() :: binary()

Return the short name of Node.self/0.

Specs

sname(node()) :: binary()

Return the short name of a given node identifier <sname>@host