Provide Context-Aware Servers in Elixir.
If available in Hex, the package can be installed as:
-
Add ctx_server to your list of dependencies in
mix.exs
:def deps do [{:ctx_server, "~> 0.0.1"}] end
-
Ensure ctx_server is started before your application:
def application do [applications: [:ctx_server]] end