How to make HTTP requests in Node.js without installing external libraries
When working with Node.js, there are many libraries that support creating requests to another server, such as node-fetch, phin, got or request (deprecated)...
However, if your server simply serves as an API for a client app and you now need to reques...
kmstech.co2 min read