Skip to content

Commit 5ac50bd

Browse files
authored
Merge pull request #2 from gutun/master
Add Microservice
2 parents d0404b1 + baf59dd commit 5ac50bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [Logging](#logging)
1111
- [Serialization](#serialization)
1212
- [Testing](#testing)
13+
- [Microservice](#microservice)
1314
- [Other](#other)
1415
- [Project](#project)
1516

@@ -41,6 +42,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
4142
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
4243
------- | --------------------- | ----------------- | -------------------- | -------
4344
[JsonRpc](https://github.com/edjCase/JsonRpc) |Install-Package EdjCase.JsonRpc.Router | Yes | Yes |
45+
[grpc](http://www.grpc.io) || Yes | Yes | [c#](http://www.grpc.io/docs/quickstart/csharp.html)
4446

4547

4648
## Message Queuing
@@ -87,6 +89,13 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
8789
[Nunit](https://github.com/nunit/nunit) | Install-Package NUnit | Yes | Yes |
8890
[Moq](https://github.com/moq/moq4) | Install-Package Moq -Pre | Yes | Yes |
8991

92+
## Microservice
93+
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
94+
------- | --------------------- | ----------------- | -------------------- | -------
95+
[Microphone](https://github.com/AsynkronIT/Microphone) | Install-Package Microphone.AspNet | Yes | Yes | [blog](http://blog.nethouse.se/2015/10/19/introducing-microphone-microservices-with-service-discovery-for-net/)
96+
[Consul](https://www.consul.io/)||||[Consul入门](http://soft.dog/2016/03/19/consul-cluster/)
97+
98+
9099
## Other
91100
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
92101
------- | --------------------- | ----------------- | -------------------- | -------

0 commit comments

Comments
 (0)