Workshop 2 - Networking, Async / Await, API
- Alex
- Oct 5, 2021
- 1 min read
Updated: Oct 27, 2021
This workshop covers the concept of APIs (e.g. http methods, CRUD operations) by building a local API server. It also discusses how to make asynchronous calls synchronous by using the async/await keywords. This was demonstrated by making an http request to the local API server as an example.
Comments