An open API service indexing awesome lists of open source software.

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

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 .)'