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

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

Awesome Lists containing this project

README

          

# PogoDemo

Demo of [pogo](https://github.com/team-telnyx/pogo) library, a distributed supervisor for Elixir.

![Pogo Demo](screenshot.png)

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.