Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grumpybusted/grumpy.ripplesmq.shared
- Owner: GrumpyBusted
- License: mit
- Created: 2018-01-15T16:44:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T20:57:25.000Z (almost 6 years ago)
- Last Synced: 2024-12-02T13:48:13.705Z (about 1 month ago)
- Topics: internal-api, nuget, ripplesmq
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).