Skip to content

yowcow/erl-remsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Erlang Remote Shell Example

A minimalistic example of connecting to remote Erlang shell.

How To Use

In shell #1:

$ make sh1

Then, in shell #2:

$ make sh2

In both shells, try:

> postman:status().
> postman:send("hello world").

and you'll see the same result.

While doing all of above, try running Erlang Top in shell #3 by:

$ make etop

About

Erlang remote shell example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published