Skip to content

Code example as seen in my Embracing the Eventual talk

Notifications You must be signed in to change notification settings

Lukejkw/embracing-the-eventual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embracing the Eventual

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.

Get Started

Backend Services

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

SPA

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

Contributing

Not interested in PRs. If you spot an issue create an issue please

About

Code example as seen in my Embracing the Eventual talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published