Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 729 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 729 Bytes

Elixir Cluster on Hop

Using libcluster with the libcluster_hop strategy, you can easily create a clustered Elixir application on Hop. All nodes (containers) will be connected to each other.

This repo contains an example application which utilizes libcluster_hop.

Run this on Hop

Follow the Elixir Cluster quickstart guide.

Demo

You can find this app running here: https://libcluster-hop.hop.sh
Refresh to see the load balancing in action.

Special thanks to community member Scott Hiett for creating the libcluster_hop strategy.