Skip to content

The application represents a simple implementation of a client-server

Notifications You must be signed in to change notification settings

Andrei-Lapusteanu/Simple-CSharp-Client-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-CSharp-Client-Server

Summary

The application represents a simple implementation of a client-server.

Technologies

  • Written exclusively in C# with the help of the System.Net.Sockets namespace
  • UI written in WPF

Functionality

  • Software allows starting a local server on a user defined socket (IP + port)
  • The client handler allows multiple concurrent client connections to the server
  • Being a very simple implementation, clients can connect to the server, for example, using PuTTY, and the messages sent will appear on the server inside the main text box

About

The application represents a simple implementation of a client-server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages