Info
| Version: | 0.10.2 | 
| Author(s): | newbe36524 | 
| Last Update: | Wednesday, April 21, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://claptrap.newbe.pro/ | 
| NuGet Url: | https://www.nuget.org/packages/Newbe.Claptrap | 
Install
Install-Package Newbe.Claptrap
                        dotnet add package Newbe.Claptrap
                        paket add Newbe.Claptrap
                        
                                Newbe.Claptrap Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Newbe.Claptrap.Abstractions(>= 0.7.4)
- Newbe.Claptrap.AppMetrics(>= 0.7.4)
- Newbe.Claptrap.Attributes(>= 0.7.4)
- Newbe.Claptrap.Localization(>= 0.7.4)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.7)
- Newtonsoft.Json(>= 12.0.3)
- SmartFormat.NET(>= 2.5.2)
- System.Reactive(>= 4.4.1)
 
                
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.
Docs: https://claptrap.newbe.pro
Github: https://github.com/newbe36524/Newbe.Claptrap
Gitee: https://gitee.com/yks/Newbe.Claptrap.