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
- Host: GitHub
- URL: https://github.com/ganesshkumar/service-fabric-stateless-secure-remoting
- Owner: ganesshkumar
- Created: 2019-07-29T19:19:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T12:49:12.000Z (about 6 years ago)
- Last Synced: 2025-06-18T03:05:46.894Z (4 months ago)
- Topics: remoting, service-fabric, stateless-server
- Language: C#
- Size: 522 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# service-fabric-stateless-secure-remoting
> A simple codebase to demonstrate secure remoting between two stateless Service Fabric servicesThis 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 remotingThe 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.