https://github.com/stenbror/messagebus
A Very Simple MessageBus written in Minimal API and dotnet 8 for Docker
https://github.com/stenbror/messagebus
Last synced: 2 months ago
JSON representation
A Very Simple MessageBus written in Minimal API and dotnet 8 for Docker
- Host: GitHub
- URL: https://github.com/stenbror/messagebus
- Owner: stenbror
- Created: 2023-11-14T19:56:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T22:17:53.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:13:06.434Z (over 1 year ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MessageBus
A Very Simple MessageBus written in Minimal API and dotnet 8 for Docker
Build it by 'dotnet build' and run it localy by 'dotnet run'
API Documentation: http://localhost:5020/swagger/index.html after you start it running on your own machine. Make sure you use the correct port number.
To build a docker container and execute it: 'docker run -d -P $(docker build -q .)'