An open API service indexing awesome lists of open source software.

https://github.com/ganesshkumar/service-fabric-stateless-secure-remoting

A simple codebase to demonstrate secure remoting between two stateless Service Fabric services
https://github.com/ganesshkumar/service-fabric-stateless-secure-remoting

remoting service-fabric stateless-server

Last synced: 4 months ago
JSON representation

A simple codebase to demonstrate secure remoting between two stateless Service Fabric services

Awesome Lists containing this project

README

          

# service-fabric-stateless-secure-remoting
> A simple codebase to demonstrate secure remoting between two stateless Service Fabric services

This solution has three projects
* SecureRemoting - Service Fabric project
* RemoteService - Stateless service which implements a Service interface defined in WebService
* WebService - Stateless service that consumes the RemoteService through Service Fabric remoting

The configuration for secure remoting are read implicitly from the `TransportSettings` section of the Settings.xml in both WebService and Remote Service.
The code has been tested in Service Fabric cluster with multiple nodetype as well.