My Livebook project containing a talk on Ranch that I was asked to give to show how OTP constructs are used in the real world and expose some of Phoenix's underpinnings.
Find a file
2022-02-11 14:47:34 -06:00
lib Initial draft 2022-02-11 14:09:56 -06:00
.formatter.exs Add talk timer 2022-02-11 12:05:42 -06:00
.gitignore Add talk timer 2022-02-11 12:05:42 -06:00
mix.exs Initial draft 2022-02-11 14:09:56 -06:00
mix.lock Initial draft 2022-02-11 14:09:56 -06:00
ranch-talk.livemd Add todo 2022-02-11 14:47:34 -06:00
README.md Add talk timer 2022-02-11 12:05:42 -06:00
readme.md Initial draft 2022-02-11 14:09:56 -06:00

RanchTalk

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ranch_talk to your list of dependencies in mix.exs:

def deps do
  [
    {:ranch_talk, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ranch_talk.