Skip to content

loekd/MissionCriticalDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mission Critical App Demo

This solution demonstrates a mission-critical application that uses Blazor and Dapr.

overview

Front-End

The front-end is a Blazor Application that can connect to the back-end API using REST calls. It will also open a SignalR connection to the Dispatch API.

Dispatch API

The back-end is an ASP.NET 6 Web API named 'Dispatch API'. It uses a database and a message queue. It will send and receive messages to and from the Plant API. It can communicate directly with the Front-end by using SignalR.

Plant API

Messages sent by the Dispatch API are processed here in the Plant API. After completion, a new message is sent back to the API.

About

Demo of some design patterns in a modern app, using Blazor and Dapr.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published