NanoServiceContainer.Service
1.0.5.1
dotnet add package NanoServiceContainer.Service --version 1.0.5.1
NuGet\Install-Package NanoServiceContainer.Service -Version 1.0.5.1
<PackageReference Include="NanoServiceContainer.Service" Version="1.0.5.1" />
paket add NanoServiceContainer.Service --version 1.0.5.1
#r "nuget: NanoServiceContainer.Service, 1.0.5.1"
// Install NanoServiceContainer.Service as a Cake Addin #addin nuget:?package=NanoServiceContainer.Service&version=1.0.5.1 // Install NanoServiceContainer.Service as a Cake Tool #tool nuget:?package=NanoServiceContainer.Service&version=1.0.5.1
Infrastructure component for building composite applications consisting of multiple parts (services).
The container loads and starts services from subfolders using reflection. In microservices architecture each microservice is executed in LXC or VM, while in this project each nanoservice instance is ran in separate .Net application domain, but in single process.
See also "NanoServiceContainer" for classes and interfaces required for creating service host.
See project site for samples and sources (https://bitbucket.org/rkulenov/nanoservicecontainer/wiki/Home).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Multithreaded starting and stopping of services.
Bugs fixed: service states, folders, appDomains lifetime.
New POST method for updating services.