Introduction

Let’s start exploring server communication.

We'll cover the following...

Server communication is vital for most web applications. We can implement the basics with a few lines of code. Still, server communication can quickly grow into a complicated mechanism that handles authentication, caching, error handling, WebSockets, and a myriad of other features and ...