Info
Version: | 1.0.5.1 |
Author(s): | Rustam Kulenov |
Last Update: | Thursday, October 13, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/rkulenov/nanoservicecontainer |
NuGet Url: | https://www.nuget.org/packages/NanoServiceContainer.Service |
Install
Install-Package NanoServiceContainer.Service
dotnet add package NanoServiceContainer.Service
paket add NanoServiceContainer.Service
NanoServiceContainer.Service Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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).