Skip to content

VioletBuse/wemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wemote

Package Version Hex Docs

gleam add wemote
import wemote

pub fn main() {
  let remote_node = //get some remote node

  wemote.call(remote_node, fn() {1 + 2}, wemote.Infinity)
  // Ok(3)
}

Further documentation can be found at https://hexdocs.pm/wemote.

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

About

A gleam package to execute code on remote erlang nodes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published