The Modern Web App Pattern is a set of objectives to help you apply an iterative change to modernize a cloud deployed monolith. This content builds on the Reliable Web App. This repo contains a reference implementation of a Modern Web App for .NET.
This updates the Relecloud API to, depending on feature management options, to render tickets by raising a ticket render request (to be handled by a separate service) rather than rendering them locally.
This includes extracting message bus interactions to a class library that can be shared between the ticket rendering service and the Relecloud API.
This updates the Relecloud API to, depending on feature management options, to render tickets by raising a ticket render request (to be handled by a separate service) rather than rendering them locally.
This includes extracting message bus interactions to a class library that can be shared between the ticket rendering service and the Relecloud API.