Přejít na soubor
Sofia f7b2728c45 Add diagram 2020-09-30 16:15:33 +03:00
Packets Separate into own repository 2020-09-30 16:07:53 +03:00
Peers Separate into own repository 2020-09-30 16:07:53 +03:00
.gitignore Separate into own repository 2020-09-30 16:07:53 +03:00
README.md Add diagram 2020-09-30 16:15:33 +03:00
diagram.png Add diagram 2020-09-30 16:15:33 +03:00

README.md

TeaNet

TeaNet is a networking library written in C# using .NET Core 3.1 System.Net.Sockets

TeaNet works with a very low-level networking API to provide a highly performant networking library that is primarily meant for use in games, but can be used for anything else as well.

TeaNet was originally written in Unity for a game project called quakeball by neontea, and while the entire TeaNet codebase is written by me, it's commit history can be found in quakeball's repository.

How it works

Here's a diagram depicting the inner workings of TeaNet Diagram depicting the inner workings