This repository contains the code example from my talk "Embracing the Eventual". It demonstrates an event driven application in action using MassTransit with a simple React frontend app.
Disclaimer: This is not a production quality application! It's for demo purposes only and therefore bypasses things like CORS.
Start the backend up with docker-compose up
Pass the
-d
or--build
flags to start up in the background and/or rebuild images respectively
There is a simple Single Page Application which can be used to trigger the demo. Start it up using vite dev mode by running npm run dev
Not interested in PRs. If you spot an issue create an issue please