File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 10
10
- [ Logging] ( #logging )
11
11
- [ Serialization] ( #serialization )
12
12
- [ Testing] ( #testing )
13
+ - [ Microservice] ( #microservice )
13
14
- [ Other] ( #other )
14
15
15
16
## ASP.NET Core and .NET Core 支持的类库
@@ -40,6 +41,7 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
40
41
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
41
42
------- | --------------------- | ----------------- | -------------------- | -------
42
43
[ 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 )
43
45
44
46
45
47
## Message Queuing
@@ -85,6 +87,12 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
85
87
[ Nunit] ( https://github.com/nunit/nunit ) | Install-Package NUnit | Yes | Yes |
86
88
[ Moq] ( https://github.com/moq/moq4 ) | | | |
87
89
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
+
88
96
## Other
89
97
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
90
98
------- | --------------------- | ----------------- | -------------------- | -------
You can’t perform that action at this time.
0 commit comments