Info
Version: | 8.0.142 |
Author(s): | Lin, Ping-chen |
Last Update: | Tuesday, March 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/ponylin1985/zayniframework |
NuGet Url: | https://www.nuget.org/packages/ZayniFramework.Middle.Service.Client |
Install
Install-Package ZayniFramework.Middle.Service.Client
dotnet add package ZayniFramework.Middle.Service.Client
paket add ZayniFramework.Middle.Service.Client
ZayniFramework.Middle.Service.Client Download (Unzip the "nupkg" after downloading)
Dependencies
- ZayniFramework.Common(>= 2.19.1)
- ZayniFramework.DataAccess(>= 2.19.1)
- ZayniFramework.Logging(>= 2.19.1)
- ZayniFramework.RabbitMQ.Msg.Client(>= 2.19.1)
- ZayniFramework.Serialization(>= 2.19.1)
- ZayniFramework.Middle.Service.Entity(>= 2.19.1)
- ZayniFramework.Middle.Service(>= 2.19.1)
- ZayniFramework.Validation(>= 2.19.1)
- RabbitMQ.Client(>= 6.2.1)
- websocketsharp.core(>= 1.0.0)
You can use it to connect, send RPC request or publish message to the server side's service host very easy.
Support TCPSocket, WebSocket and RabbitMQ protocol.
GitLab Repository: https://gitlab.com/ponylin1985/zayniframework.