Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grumpybusted/grumpy.ripplesmq.shared

Shared DTOs and functionality between the client and server packages of RipplesMQ
https://github.com/grumpybusted/grumpy.ripplesmq.shared

internal-api nuget ripplesmq

Last synced: 28 days ago
JSON representation

Shared DTOs and functionality between the client and server packages of RipplesMQ

Awesome Lists containing this project

README

        

[![Build status](https://ci.appveyor.com/api/projects/status/a5aan4e0mksttopy?svg=true)](https://ci.appveyor.com/project/GrumpyBusted/grumpy-ripplesmq-shared)
[![codecov](https://codecov.io/gh/GrumpyBusted/Grumpy.RipplesMQ.Shared/branch/master/graph/badge.svg)](https://codecov.io/gh/GrumpyBusted/Grumpy.RipplesMQ.Shared)
[![nuget](https://img.shields.io/nuget/v/Grumpy.RipplesMQ.Shared.svg)](https://www.nuget.org/packages/Grumpy.RipplesMQ.Shared/)
[![downloads](https://img.shields.io/nuget/dt/Grumpy.RipplesMQ.Shared.svg)](https://www.nuget.org/packages/Grumpy.RipplesMQ.Shared/)

# Grumpy.RipplesMQ.Shared
This is the definition of the message DTOs used to communicate between the Message Broker Client and Server. For
internal use only.

For more information about the RipplesMQ project see
[Grumpy.RipplesMQ.Client](https://github.com/GrumpyBusted/Grumpy.RipplesMQ.Client) and
[Grumpy.RipplesMQ.Server](https://github.com/GrumpyBusted/Grumpy.RipplesMQ.Server).