Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedrivenmitch/reactive-applications-with-es-sse
Code for my livecoding talk "Reactive applications with Event-Sourcing and CQRS"
https://github.com/codedrivenmitch/reactive-applications-with-es-sse
Last synced: 23 days ago
JSON representation
Code for my livecoding talk "Reactive applications with Event-Sourcing and CQRS"
- Host: GitHub
- URL: https://github.com/codedrivenmitch/reactive-applications-with-es-sse
- Owner: CodeDrivenMitch
- Created: 2023-05-09T06:33:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T11:07:00.000Z (12 months ago)
- Last Synced: 2024-05-28T21:12:55.563Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live-coding SSE AxonIQ Bank
This repository contains the code for my talk "Reactive applications with Event-Sourcing and CQRS".
It is a live-coding session where I build a simple banking application using AxonIQ and show off
how we can leverage Server-sent events to build a reactive application.
This is done through Axon Framework Subscription Queries.## How to run
- `mvn spring-boot:run` to start the backend application
- `cd frontend && npm run dev` to start the frontend application
- Now visit http://localhost:5374 to see the application in action![Screenshot of the application](./screenshot.png)