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 15:45:13 -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
.tool-versions Add .tool-versions 2022-02-11 15:13:35 -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 Cleanup 2022-02-11 15:45:13 -06:00
README.md Add talk timer 2022-02-11 12:05:42 -06:00
readme.md Cleanup 2022-02-11 15:45:13 -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.