Mervin's Blog

Web, mobile, desktop app development, and a little bit of nature...
Posts: 3

Node Web Server - Localhost HTTPS

January 10, 2020

To better protect end-users, we have to make sure that communication between a browser and our server is encrypted — this is where https comes in. HTTPS requires SSL certificates issued by Certificate Authority which LetsEncrypt makes quite easy… Read More...

Node Web Server- HTTP

January 09, 2020

Node is widely used in web applications. So, a simple http server is probably the most sensible starting point. With node's built-in http api, we can readily create an application that takes an http request and sends back a response. If you don't… Read More...

Node Development Environment Set-up - For Windows

January 08, 2020

Node is a cross-platform application development framework that has gained popularity among developers. In 2020, with never-ceasing demands for cross-platform applications, node is still the most popular framework. So, what better things to do than… Read More...