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 |
Install
Install-Package ZayniFramework.Middle.Service
dotnet add package ZayniFramework.Middle.Service
paket add ZayniFramework.Middle.Service
ZayniFramework.Middle.Service 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.Validation(>= 2.19.1)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- RabbitMQ.Client(>= 6.2.1)
- websocketsharp.core(>= 1.0.0)
You can use it to build the backend microservices easier.
Support TCPSocket, WebSocket and RabbitMQ protocol.
You can also implement the IRemoteHost interface and register it into the Middle.Service module as an extension module for this middleware framework.
Have a nice day..:)
GitLab Repository: https://gitlab.com/ponylin1985/zayniframework.