Node.js: MessagePack serialization
Serializing content to the MessagePack format, using Node.js
In this tutorial we will check how to obtain the method of a request performed to a HTTP/2 Node.js server.
In this tutorial we will check how to setup a very simple HTTP/2 server using node.js. We will be using the HTTP/2 module to setup the server and a web browser as client.