unenergizer
unenergizer
CC#
Created by unenergizer on 7/23/2024 in #help
C# Networking
Netty does do a lot of the grunt work. It's used by many big companies (google, facebook, etc) and has a lot of nice features. Companies: https://netty.io/wiki/adopters.html Overview: https://netty.io/index.html I can write what I need from scratch, but their is no need to reinvent the wheel if a project like Netty already exists. Thanks guys for your input!
11 replies
CC#
Created by unenergizer on 7/23/2024 in #help
C# Networking
I need TCP and UDP support. Netty for Java is an asynchronous solution vs plain Java sockets. Wondering what developers recommend for C#. I’m very green with C# and I’m trying to sort through the noise and get direct input from real people.
11 replies