Info
Version: | 1.0.0.3 |
Author(s): | Alexander Mantzoukas |
Last Update: | Wednesday, May 11, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.msd.am/chains/ |
NuGet Url: | https://www.nuget.org/packages/Services.Management |
Install
Install-Package Services.Management
dotnet add package Services.Management
paket add Services.Management
Services.Management Download (Unzip the "nupkg" after downloading)
Dependencies
- Services.Communication(>= 1.0.0.3)
- Chains(>= 1.0.0.3)
- Newtonsoft.Json(>= 4.5.11)
Tags
Building up on the tcp protocol support, the "worker" and "admin" concepts are been introduced (admin as the manager process for multiple workers).
All the possible actions between them are defined here, like starting, installing, uninstalling, versioning and general management.
The responsible management component, the executioner, is also introduced. It is the part that starts modules using a given json configuration, coordinating admin, worker and update procedures.
(Check the examples at the project link)
Supports Mono.