Network Requests in JavaScript
JavaScript-based applications commonly use APIs to retrieve data from and send data to the server. This course will teach you everything about sending HTTP requests with JavaScript
What you'll learn
Most JavaScript-based applications use APIs to retrieve data from and send data to a server. In this course, Network Requests in JavaScript, you’ll learn to use JavaScript to communicate with APIs. First, you’ll explore how to send HTTP requests and process the data returned. Next, you’ll discover security-related features such as CORS. Finally, you’ll learn how to use WebSockets for high-performance communication. When you’re finished with this course, you’ll have the skills and knowledge of JavaScript needed to work with APIs and network requests.