12 Creating applications over microservices
This chapter covers
- Building an end user application on top of a microservice system
- Understanding the composite application, API Gateway, and backend for frontend design patterns
- Using server-side and client-side rendering in web applications
So far, we’ve concentrated on implementing business capabilities in microservices and exposing those capabilities through HTTP APIs. But end users don’t use HTTP APIs—they use web apps, mobile apps, desktop applications, smart TVs, VR headsets, and other applications on devices with interfaces geared toward humans. To give end users access to all the capabilities of microservices, we need to implement applications on top of microservices. This chapter is about ...
Get Microservices in .NET, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.