Skip to content

A template with a working server-client network app

License

Notifications You must be signed in to change notification settings

Byte-Nova/CSharp-Network-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSharp-Network-Template

A C# template with a working server-client network app

What is it?

  • This repository contains the source files of a working server-client network app. This project is based on the TCP protocol.

  • The solution is divided in two projects, one for the client and one for the server. To see it in action, make sure to boot both them.

Dependencies:

  • A working IDE such as Visual Studio or Visual Studio Code, or similar. Anything with C# debugging capabilities also works.