ranch-talk/readme.md

30 lines
877 B
Markdown
Raw Normal View History

2022-02-11 09:42:24 -06:00
# ranch-talk
2022-02-11 12:05:42 -06:00
I was asked to give a 5-15 minute talk on [Ranch][ranch], a TCP socket acceptor
pool, to show how OTP constructs are used in the real world and expose some of
[Phoenix's][phoenix] underpinnings. This [Livebook][livebook] contains my code
and notes for that talk.
Thanks to [Divvy][divvy] for inviting me to give this talk.
# Usage
Install and run a local Livebook in `attached` mode and automatically grab my
code:
```bash
mix escript.install github livebook-dev/livebook
git clone https://git.lyte.dev/lytedev/ranch-talk.git
2022-02-11 14:09:56 -06:00
mix do deps.get, compile
2022-02-11 12:05:42 -06:00
env LIVEBOOK_PORT=5588 LIVEBOOK_IFRAME_PORT=5589 \
2022-02-11 15:13:10 -06:00
livebook server --default-runtime mix \
2022-02-11 12:05:42 -06:00
"$(pwd)/ranch-talk.livemd"
```
Enjoy!
[ranch]: https://github.com/ninenines/ranch
[phoenix]: https://www.phoenixframework.org/
[livebook]: https://github.com/livebook-dev/livebook
[divvy]: https://getdivvy.com/