Info
Version: | 0.7.4 |
Author(s): | newbe36524 |
Last Update: | Sunday, August 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.newbe.pro/ |
NuGet Url: | https://www.nuget.org/packages/Newbe.Claptrap.Orleans.Hosting |
Install
Install-Package Newbe.Claptrap.Orleans.Hosting
dotnet add package Newbe.Claptrap.Orleans.Hosting
paket add Newbe.Claptrap.Orleans.Hosting
Newbe.Claptrap.Orleans.Hosting Download (Unzip the "nupkg" after downloading)
Dependencies
- Newbe.Claptrap.Abstractions(>= 0.7.4)
- Newbe.Claptrap.Configuration(>= 0.7.4)
- Newbe.Claptrap.StorageProvider.Relational(>= 0.7.4)
- App.Metrics.AspNetCore(>= 4.1.0)
- App.Metrics.Formatters.Prometheus(>= 4.1.0)
- App.Metrics.Reporting.InfluxDB(>= 4.1.0)
- Autofac.Extensions.DependencyInjection(>= 6.0.0)
- Microsoft.Orleans.OrleansRuntime(>= 3.2.2)
It take advantage to Actor Pattern and Event Sourcing Pattern. It could help you to build a distributed, scalable, and testable server application.
This package is one part of that project.
Please check the source repository for more details.
https://github.com/newbe36524/Newbe.Claptrap.