Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

BeamClusterCommon

Defines common behaviours for the commmon parts of the application Also contains some tools for choosing what node you will connect to

Installation

def deps do
  [
    {:beam_cluster_common, git: "https://github.com/TV4/beam-cluster-common.git", tag: "v0.1"}
  ]
end