https://github.com/szajbus/pogo-demo
Demo of pogo library, a distributed supervisor for Elixir
https://github.com/szajbus/pogo-demo
elixir
Last synced: 12 months ago
JSON representation
Demo of pogo library, a distributed supervisor for Elixir
- Host: GitHub
- URL: https://github.com/szajbus/pogo-demo
- Owner: szajbus
- Created: 2023-05-20T21:57:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T22:04:02.000Z (about 3 years ago)
- Last Synced: 2025-06-27T08:03:54.424Z (12 months ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 682 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PogoDemo
Demo of [pogo](https://github.com/team-telnyx/pogo) library, a distributed supervisor for Elixir.

To start:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.