https://github.com/oliverswitzer/nodeviz
https://github.com/oliverswitzer/nodeviz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverswitzer/nodeviz
- Owner: oliverswitzer
- Created: 2022-10-14T21:21:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T22:15:52.000Z (over 2 years ago)
- Last Synced: 2025-02-15T20:21:08.534Z (3 months ago)
- Language: Elixir
- Size: 123 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.