Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 2.29 KB

README.md

File metadata and controls

19 lines (10 loc) · 2.29 KB

LetsGoOutDemo

This demo project demonstrates various ways of implementing the Saga/Workflow design pattern in Azure.

The use case is the same and it is pretty basic: we build a stateful service, that handles organizing appointments with multiple participants. Participants communicate with the service via a client web UI and can submit appointment proposals, accept and/or decline them. The service takes care of maintaining the appointment state and notifies participants about state changes.

Appointment state change notifications are sent via Azure SignalR Service.