GitXplorerGitXplorer
c

aspnet-servicediscovery-patterns

public
291 stars
62 forks
3 issues

Commits

List of commits on branch master.
Verified
3f08e518d139706d16cae437047b03a36251f2f2

Create LICENSE

committed 7 years ago
Unverified
34881249958e0602018a93dae45edd09dda90b43

Added consul IHostedService

ccecilphillip committed 7 years ago
Unverified
a6fa0bfb8182d522394b6ff765f8ae08e4de5741

migrate to core 2.0

ccecilphillip committed 7 years ago
Unverified
35e92b2733ce7ab11b0a789de87dfe0321398dad

Merge branch 'master' of https://github.com/cecilphillip/aspnet-servicediscovery-patterns

ccecilphillip committed 7 years ago
Unverified
d4c8fc70434ccb2b3444a7d2065ff23eaf2e6ed6

clean up

ccecilphillip committed 7 years ago
Unverified
bb7df86a3507d8abb1ea55c0e082f21c6a559ab5

cleaned up constructors

ccecilphillip committed 7 years ago

README

The README file for this repository.

Service Discovery Patterns with ASP.NET Core

This repo contains a samples of implementing Service Discovery patterns with ASP.NET Core using tools like Consul and RabbitMQ.

The master branch is currently using .NET Core 2.0 and ASP.NET Core 2.0. If you want to see the ASP.NET Core 1.1 version of the sample see the aspnetcore1.1 tag

Patterns Covered

Built With

References