The possibility of CommunityToolkit.Networking #436
Closed
TheVeryStarlk
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
Wrong repo: https://github.com/CommunityToolkit/dotnet
It would probably be best to identify specific shortfalls and comparisons to better implementations to get more traction. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh. I'm so sorry, I was directed to send it here. I have created a new one and modified it to show what I meant by outdated and old-school. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I can close it, should I close it as duplicate? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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