Skip to content

An example client/server application for concurrent and distributed programming with .NET and Go

Notifications You must be signed in to change notification settings

leedale1981/concurrent-distributed-dotnet-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Example Distributed + Concurrent Client Server Application.

This scenario is useful when you want to call a distributed server application (listening on multiple hostname/port combinations) and have each instance concurrently handle connections with the client only waiting for the first connection to return.

  • .NET 8 Client creates async tasks and waits for the first task to complete.
  • Go server listens to calls on specified port and concurrently handles each connection.

About

An example client/server application for concurrent and distributed programming with .NET and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published