How to create a simple "Hello World" application using low.js and the ESP32.
Node.js HTTP/2 server: obtain request method
In this tutorial we will check how to obtain the method of a request performed to a HTTP/2 Node.js server. Introduction In this tutorial we will check how to obtain the method of a request performed to a HTTP/2 Node.js server. Note that we have already covered how to setup a very simple HTTP/2 webserver …
Continue reading "Node.js HTTP/2 server: obtain request method"
Node.js: HTTP/2 server setup
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. Introduction 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 …