Server Client Communication
Let's talk a little about the client and the server are expected to interact and what that implies for our implementation
We'll cover the following...
The protocol
A mock server is going to play an important role in this component. Let’s talk a little more about client-server communication in regards to how the client consumes APIs.
This is a simplified view of the main issue:
The order is:
- Blue
- Green
- Red
An instance of our web app is running on a client, and it has requested to get the ten ...