5 ways to make Node.js HTTP requests

preview_player
Показать описание


00:00 LogRocket intro
00:15 Why do I need different ways to make HTTP requests in Node?
04:27 Installing Axios with npm
06:18 Installing Got with npm
07:42 Installing SuperAgent with npm
07:52 Calling the JSON API with SuperAgent
09:39 Installing node-fetch with npm
09:49 Using the async await pattern for node-fetch

Links
Рекомендации по теме
Комментарии
Автор

You got exaclty wat I was searching for! Thanks

romulonavas
Автор

Can I use axios with a MySQL database ?

romulonavas