Obvs
Microservices messenger
A library that enables decoupled microservices using observable messaging services and flexible serialization options.
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
332 stars
28 watching
45 forks
Language: C#
last commit: about 3 years ago
Linked from 2 awesome lists
csharpdotnetmessagingmicroservicesobservableobvsreactive-extensionsservicebus
Related projects:
Repository | Description | Stars |
---|---|---|
madslundt/netcoremicroservicessample | Demonstrates a microservices architecture with CQRS, event sourcing, and message brokers in a .NET Core application | 698 |
iammukeshm/microservice.webapi | Demonstrates a microservice architecture in ASP.NET Core with an API gateway using Ocelot for routing and unifying multiple services. | 69 |
codescrum/microservice-tests-01 | A test framework demonstrating microservices architecture with RabbitMQ and Docker. | 14 |
snatch-dev/convey | A framework for building and managing .NET Core microservices | 953 |
iammukeshm/microservices.ticketing.webapi | A ticketing application demonstrating microservice communication with RabbitMQ and MassTransit in ASP.NET Core | 38 |
thijse/arduino-cmdmessenger | A messaging library for Arduino and .NET/Mono platforms | 208 |
otto-de/tesla-microservice | A Clojure-based microservice framework with scheduler, app status reporting and configuration management. | 190 |
horsdal/microservices-in-dotnet-book-second-edition | An open-source code repository featuring complete .NET microservice application examples | 89 |
scalecube/scalecube-services | A reactive microservices library designed for high throughput and low latency in scalable distributed systems. | 612 |
aforward/sadbus | A simple message bus for decoupling microservices by sharing data between them in a relatively loose manner | 5 |
jordi-chacon/dummy-dockerized-microservices | A microservices-based application for testing and demonstrating containerization with Docker, message queueing, and distributed data storage | 6 |
reg2005/adonis5-nats | A package that provides a wrapper for NATS broker using microservices architecture and TypeScript | 5 |
procodeguide/microservices.sample | A sample project demonstrating ASP.NET Core 3.1 microservices architecture and design principles. | 36 |
jvandevelde/distributed-playground | A distributed service playground that sets up a microservices environment with ASP.NET Core and containerization using Docker, Consul for service registry and discovery. | 42 |