ServiceProxy is used to call remote Microdot services. It is a
runtime-generated transparent proxy which implements the remote service's
public interface, translating all calls performed on it to HTTP calls.
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.
Silverback is a simple but feature-rich framework to build reactive/event-driven applications or microservices.
This core package provides a very simple in-memory message bus.
Silverback is a simple but feature-rich framework to build reactive/event-driven applications or microservices.
This package contains the message broker and connectors abstractions.
Silverback is a simple but feature-rich framework to build reactive/event-driven applications or microservices.
This package contains an implementation of Silverback.Integration for the popular Apache Kafka message broker.