~/leohuynh.dev/topics/built-in-module
#built-in-module
Posts and snippets tagged #built-in-module.
rss feed ↗posts
How to make HTTP requests in Node.js without installing external libraries
Learn 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.