diff options
Diffstat (limited to 'articles/page/3')
-rw-r--r-- | articles/page/3/index.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/articles/page/3/index.html b/articles/page/3/index.html index e6ac1b30..5fc4d538 100644 --- a/articles/page/3/index.html +++ b/articles/page/3/index.html @@ -65,6 +65,25 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Cowboy 2.0 pre-release 4</a></h2> + <p class="date"> + <span class="year">2017</span> + <span class="day-month">03 Jan</span> + </p> + </header> + + <p>Cowboy 2.0.0-pre.4 has been released! +This is the new recommended version of Cowboy. While I would not recommend putting it in production just yet, I do recommend you start writing new applications with this Cowboy version. +The most significant changes in the pre-release are: +A new architecture: there now is one process per connection and one process per request. This was done because HTTP/2 allows running requests concurrently. Stream handlers.</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/ranch-1.3/">Ranch 1.3</a></h2> <p class="date"> <span class="year">2016</span> @@ -406,25 +425,6 @@ The goal of this article is to showcase how to use Ranch for writing a network p </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> - <span class="day-month">17 Oct</span> - </p> - </header> - - <p>Everyone knows Tic Tac Toe, right? -Players choose either to be the Xs or the Os, then place their symbol on a 3x3 board one after another, trying to create a line of 3 of them. -Writing an algorithm to check for victory sounds easy, right? It's easily tested, considering there's only 8 possible winning rows (3 horizontal, 3 vertical and 2 diagonal). -In Erlang though, you probably wouldn't want an algorithm.</p> - - <p style="text-align:right"> - <a class="read_more" href="https://ninenines.eu/articles/tictactoe/">Read More</a> - </p> - </article> - <nav class="pagination" role="pagination"> |