Skip to content

Commit 242ce8b

Browse files
authored
Merge pull request linezero#1 from gutun/master
Add RPC category
2 parents 507fa18 + 1f3b16d commit 242ce8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Contents
44
- [ORM/DBs](#ormdbs)
55
- [Image](#image)
6+
- [RPC](#RPC)
67
- [Message Queuing](#message-queuing)
78
- [Web](#web)
89
- [DI / IoC Containers](#di--ioc-containers)
@@ -35,6 +36,12 @@ Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Web
3536
------- | --------------------- | ----------------- | -------------------- | -------
3637
[ImageProcessorCore](https://github.com/JimBobSquarePants/ImageProcessor/tree/Core) | Not yet ([myget](https://www.myget.org/gallery/imageprocessor)) | Yes | Yes | [imageprocessor.org](http://imageprocessor.org)
3738

39+
## RPC
40+
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
41+
------- | --------------------- | ----------------- | -------------------- | -------
42+
[JsonRpc](https://github.com/edjCase/JsonRpc) |Install-Package EdjCase.JsonRpc.Router | Yes | Yes |
43+
44+
3845
## Message Queuing
3946
Project | NuGet Install Command | .NET Core Support | ASP.NET Core Support | Website
4047
------- | --------------------- | ----------------- | -------------------- | -------

0 commit comments

Comments
 (0)