Skip to content

Commit 261bf2d

Browse files
committed
微服务大类和grpc
1 parent 1f3b16d commit 261bf2d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 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

1516
## ASP.NET Core and .NET Core 支持的类库
@@ -40,6 +41,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
4041
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
4142
------- | --------------------- | ----------------- | -------------------- | -------
4243
[JsonRpc](https://github.com/edjCase/JsonRpc) |Install-Package EdjCase.JsonRpc.Router | Yes | Yes |
44+
[grpc](http://www.grpc.io) || Yes | Yes | [c#](http://www.grpc.io/docs/quickstart/csharp.html)
4345

4446

4547
## Message Queuing
@@ -85,6 +87,12 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
8587
[Nunit](https://github.com/nunit/nunit) | Install-Package NUnit | Yes | Yes |
8688
[Moq](https://github.com/moq/moq4) | | | |
8789

90+
## Microservice
91+
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
92+
------- | --------------------- | ----------------- | -------------------- | -------
93+
[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/)
94+
95+
8896
## Other
8997
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
9098
------- | --------------------- | ----------------- | -------------------- | -------

0 commit comments

Comments
 (0)