summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-04 14:09:03 +0200
committerLoïc Hoguin <[email protected]>2017-10-04 14:09:03 +0200
commit41c45fad60ad2460015e5dcbc7d7e52a44ea79b4 (patch)
tree67029aa5d69c1d520edd14b56d8e4d8df26d9ab3 /articles/index.html
parent5cb08c35580023b91091c93f9a1f9198e35055c2 (diff)
downloadninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.tar.gz
ninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.tar.bz2
ninenines.eu-41c45fad60ad2460015e5dcbc7d7e52a44ea79b4.zip
Cowboy 2.0
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html36
1 files changed, 19 insertions, 17 deletions
diff --git a/articles/index.html b/articles/index.html
index ebc2bff4..b4f27dfe 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -72,6 +72,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="day">04</span>
+ <span class="month">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.</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="day">23</span>
@@ -411,23 +430,6 @@
</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="day">18</span>
- <span class="month">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&#8217;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">