summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-01-22 13:51:38 +0100
committerLoïc Hoguin <[email protected]>2017-01-22 13:51:38 +0100
commit7bb98d0476dbe4ee5e9317e42ca17e4a7d717e0d (patch)
tree29b5fe0d72b65b9382d8b4e1d66a560a55557b77 /articles/page/2/index.html
parent1e5b5eb16cd528185246ad2b6cb356696ecafab6 (diff)
downloadninenines.eu-7bb98d0476dbe4ee5e9317e42ca17e4a7d717e0d.tar.gz
ninenines.eu-7bb98d0476dbe4ee5e9317e42ca17e4a7d717e0d.tar.bz2
ninenines.eu-7bb98d0476dbe4ee5e9317e42ca17e4a7d717e0d.zip
Publish the "Don't let it crash" article
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index 694bed10..b7448109 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -74,6 +74,23 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/ranch-ftp/">Build an FTP Server with Ranch in 30 Minutes</a></h2>
+ <p class="date">
+ <span class="day">14</span>
+ <span class="month">Nov</span>
+ </p>
+ </header>
+
+ <p>Last week I was speaking at the London Erlang Factory Lite where I presented a live demonstration of building an FTP server using Ranch. As there was no slide, you should use this article as a reference instead.
+ The goal of this article is to showcase how to use Ranch for writing a network protocol implementation, how Ranch gets out of the way to let you write the code that matters, and the common techniques used when writing servers.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/ranch-ftp/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/tictactoe/">Erlang Tic Tac Toe</a></h2>
<p class="date">
<span class="day">17</span>