summaryrefslogtreecommitdiffstats
path: root/articles/page/4/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-02-18 09:51:22 +0100
committerLoïc Hoguin <[email protected]>2025-02-18 09:51:22 +0100
commit25e93c91878b7f8536764b06d2cb72020031acd1 (patch)
treeb8da36ff9d9d2372c0f1f046262670326740bdfc /articles/page/4/index.html
parent21e7107a9ee413f27de9cb5b92711763be55717b (diff)
downloadninenines.eu-master.tar.gz
ninenines.eu-master.tar.bz2
ninenines.eu-master.zip
Cowboy 2.13.0HEADmaster
Diffstat (limited to 'articles/page/4/index.html')
-rw-r--r--articles/page/4/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/articles/page/4/index.html b/articles/page/4/index.html
index 87efc9d0..53e77536 100644
--- a/articles/page/4/index.html
+++ b/articles/page/4/index.html
@@ -65,6 +65,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="year">2012</span>
+ <span class="day-month">14 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="year">2012</span>