Skip to content

TheGrimsey/DotNetClientServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetClientServer

This is an attempt at a very simple chatroom in C#. It is primarily for learning.

Sub-Projects

SimpleCommon

This is where everything used by both client and server should be. Currently it only has the Packet struct and EPacketType.

SimpleClient

This is where everything only relevant to clients should be.

SimpleServer

Tis is where everything only relevant to servers should be.

Releases

No releases published

Languages