June 2017
Intermediate to advanced
360 pages
10h 2m
English
In this model, you build stateless web apps such as ASP.NET and Node.js and deploy your application's frontend as stateless Reliable Services. The model can be seen in the following image:

The Front End can communicate with Stateful Middle-tier Compute using queues, in case asynchronous processing is desired, or using HTTP protocol, in case synchronous communication is desired. This model delivers better performance because the state lives near the compute, which avoids network hops. This model also helps ensure data consistency using transactions to commit ...
Read now
Unlock full access