Skip to content

Shows a Web project configured with both tcp and http end points and how clients can directly connect with tcp end point

Notifications You must be signed in to change notification settings

pattisapu01/ServiceFabric-MultiPortsDemo

Repository files navigation

ServiceFabric-MultiPortsDemo

This example demonstrates the following concepts in Service Fabric

 a) Host both http and tcp end points on a stateful service. The ports are chosen randomly * [even the http port is random]*
 b) Demonstrates how a .net client can use "ServiceProxy" object to directly communicate with a particular partition on the tcp end point.	
This example can be expanded further to accommodate other .net clients like wpf or winforms

About

Shows a Web project configured with both tcp and http end points and how clients can directly connect with tcp end point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published