You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
Packets | 3 years ago | |
Peers | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
diagram.png | 3 years ago |
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.