An open API service indexing awesome lists of open source software.

https://github.com/oliverswitzer/nodeviz


https://github.com/oliverswitzer/nodeviz

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Nodeviz

POC for visualizing erlang nodes and processes, inspired by [Visualixir](https://github.com/koudelka/visualixir)

# Running it

Try out visualizing multiple nodes:

1. From one terminal, run `PORT=4001 iex --sname nodeviz1 --cookie foo -S mix phx.server`

2. From another terminal run `PORT=4002 iex --sname nodeviz2 --cookie foo -S mix phx.server`

3. Visit `localhost:4001`

4. From the iex session of `nodeviz1`:

```
iex(nodeviz1@)8> Node.connect(:"nodeviz2@")
```

You should see a node appear in the force graph.