Published onMarch 5, 2022How to create an HTTPS server in localhost?#https#localhost#nodejs#open-ssl#443#mac-os#koajsThe simplest way to set up an HTTPS server in Nodejs application when developing locally
Published onAugust 18, 2020How to make HTTP requests in Node.js without installing external libraries#nodejs#request#json#https#built-in-moduleLearn how to make HTTP requests in Node.js without adding unnecessary dependencies to your project using the built-in https module. Follow these simple steps to easily fetch JSON data from external APIs and servers.