May 2017
Intermediate to advanced
388 pages
7h 30m
English
All the apps we've built so far were typical web applications with a frontend UI (accessible through a browser) and a server (backend) that serves the data and the UI content to a user, and the user interacts with the UI and sends data back to the server. That was pretty much the workflow so far. In this chapter, we will build something different. We will add another communication layer to our stack, called gRPC, and we'll explore another scenario where we have machines exchanging data with other machines over the network without human assistance. Internet of Things or IoT has become a buzzword recently due to the growth of devices connected to the Internet. Nowadays, there's nothing new in having ...
Read now
Unlock full access