summaryrefslogtreecommitdiffstats
path: root/docs/en/ranch/2.0/guide/internals.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-25 14:09:51 +0100
committerLoïc Hoguin <[email protected]>2020-03-25 14:09:51 +0100
commit5ff790b8d2b04152d0bf851cbf759f3c33cf53e7 (patch)
tree2f68660f9022bfdbe518412f6bcce55502cc9f94 /docs/en/ranch/2.0/guide/internals.asciidoc
parentad0ff34015a56c429ddb094976dad3ebc53252e5 (diff)
downloadninenines.eu-5ff790b8d2b04152d0bf851cbf759f3c33cf53e7.tar.gz
ninenines.eu-5ff790b8d2b04152d0bf851cbf759f3c33cf53e7.tar.bz2
ninenines.eu-5ff790b8d2b04152d0bf851cbf759f3c33cf53e7.zip
Gun 2.0.0-pre.2 and Cowlib 2.9.0
Diffstat (limited to 'docs/en/ranch/2.0/guide/internals.asciidoc')
-rw-r--r--docs/en/ranch/2.0/guide/internals.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/ranch/2.0/guide/internals.asciidoc b/docs/en/ranch/2.0/guide/internals.asciidoc
index c5bde58f..600920fc 100644
--- a/docs/en/ranch/2.0/guide/internals.asciidoc
+++ b/docs/en/ranch/2.0/guide/internals.asciidoc
@@ -10,6 +10,11 @@ matter to you. Generic benchmarks found on the web may or may not
be of use to you, you can never know until you benchmark your own
system.
+A third party dive into the internals of Ranch is available should
+you be interested: https://baozi.technology/ranch-under-the-hood/[Ranch: what's under the hood?]
+We make no claims with regard to its freshness or accuracy but this
+is a nice document to read along this section.
+
=== Architecture
Ranch is an OTP application.