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 |
Install
Install-Package NanoServiceContainer
dotnet add package NanoServiceContainer
paket add NanoServiceContainer
NanoServiceContainer 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.Service" for classes and interfaces required by service instances.
See project site for samples and sources (https://bitbucket.org/rkulenov/nanoservicecontainer/wiki/Home).