summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html36
1 files changed, 19 insertions, 17 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index f23343a5..39b26511 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -67,6 +67,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0/">Cowboy 2.0</a></h2>
+ <p class="date">
+ <span class="year">2017</span>
+ <span class="day-month">04 Oct</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.0.0 has been released!
+This is the new stable version of Cowboy. There are no new releases planned for the 1.x version of Cowboy.
+The highlights from the release are:
+HTTP/2 support! Websocket compression! Much simpler, cleaner interface. No more weird errors just because you discard the Req object. A new low-level interface that receives all events from every set of request and response. This replaces the awkward hooks from 1.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.0.0-rc.2/">Cowboy 2.0 release candidate 2</a></h2>
<p class="date">
<span class="year">2017</span>
@@ -408,23 +427,6 @@ exprs -&gt; expr : ['$1']. exprs -&gt; expr exprs : ['$1' | '$2']. And add a co
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/erlang-scalability/">Erlang Scalability</a></h2>
- <p class="date">
- <span class="year">2013</span>
- <span class="day-month">18 Feb</span>
- </p>
- </header>
-
- <p>I would like to share some experience and theories on Erlang scalability.
-This will be in the form of a series of hints, which may or may not be accompanied with explanations as to why things are this way, or how they improve or reduce the scalability of a system. I will try to do my best to avoid giving falsehoods, even if that means a few things won&apos;t be explained.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/erlang-scalability/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">