The possibility of CommunityToolkit.Networking #707
TheVeryStarlk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current APIs present in .NET for creating TCP clients/servers are outdated and old-school (I'm referring to the TcpClient/TcpServer classes). So, this leaves us with raw sockets, which is very error prone especially for those who are beginners in networking (Like me 😅), hence why I thought that creating a package that delivers APIs for networking in .NET that focuses on both high performance and ease of use would be a great idea.
And this does not just apply to the TCP part of things, but the same thing also applies to UDP, WS, etc...
Beta Was this translation helpful? Give feedback.
All reactions