lib | ||
.formatter.exs | ||
.gitignore | ||
.tool-versions | ||
mix.exs | ||
mix.lock | ||
ranch-talk.livemd | ||
readme.md |
ranch-talk
I was asked to give a 5-15 minute talk on Ranch, a TCP socket acceptor pool writter in Erlang, to show how OTP constructs are used in the real world and expose some of Elixir's Phoenix's underpinnings. This Livebook contains my code and notes for that talk.
Thanks to Divvy for inviting me to give this talk.
Usage
Install and run a local Livebook in attached
mode and automatically grab my
code:
asdf install
mix escript.install github livebook-dev/livebook
git clone https://git.lyte.dev/lytedev/ranch-talk.git
cd ranch-talk
mix do deps.get, compile
env LIVEBOOK_PORT=5588 LIVEBOOK_IFRAME_PORT=5589 \
livebook server --default-runtime mix \
"$(pwd)/ranch-talk.livemd"
Enjoy!