Top 20 NuGet Packages depending on Gigya.Microdot.Configuration

Total dependencies: 8

Tools to help write tests for Microdot services.
Infrastructure used for hosting Microdot services, part of the Microdot framework.
Ninject modules, providers and binding resolvers for various Microdotcomponents, part of the Microdot framework.
A container used to host non-Orleans Microdot service which uses Ninject for dependency injection. Incoming HTTP calls (via Gigya.Microdot.ServiceProxy) are dispatched to a specified class instance. Part of the Microdot framework.
Tools to help write tests for Microdot services. The project contains logic for Orleans host testers.
Tools to help write tests for Microdot services. The project contains logic for both Orleans and Non-Orleans host testers.
A container used to host an Orleans Microdot service which uses Ninject for dependency injection. Incoming HTTP calls (via Gigya.Microdot.ServiceProxy) are handled and processed inside Orleans and are then dispatched to specific Grains. Part of the Microdot framework.
Using this component you can find other Microdot services (and any other remote system), perform client-side load balancing between multiple servers, detect and skip unresponsive servers and resume using them when they return to full operation. Discovery is typically perfomed with Consul...