Building a HTTP/2 server with Node using no external modules

Node.js just launched support (v8.8.1) for HTTP/2 as part of their core. In this post, we will create a simple HTTP/2 server to serve static files and then demonstrate some cool features like HTTP/2 PUSH. Read more

Similar

Node.js/js 2016/2017

Last year I wrote an article about why i’m happy — or at least not depressed :P — to have somehow settled in web/js space. So now, a year later it’s time to revisit my post and check if I still share…...

Read more »