How to make HTTP requests in Node.js without installing external libraries
Jan 10 · 2 min read · 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...
Join discussion










