Building a zero dependency HTTP/2 server with Node.js

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 v7.1.0

Windows 32-bit Installer: https://nodejs.org/dist/v7.1.0/node-v7.1.0-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v7.1.0/node-v7.1.0-x64.msi Windows 32-bit Binary: https://nodejs.org/dist/v7.1.0/win-x86/node.exe Windows 64-bit Binary: https:/...

Read more »