SocketIO Libs for CS?
Are there any good SocketIO libraries for C#? Most of the ones I find are very outdated and I don't believe any work for .NET 6. I'm currently trying to make this one (https://github.com/doghappy/socket.io-client-csharp) work but I haven't had luck. Any suggestions?
9 Replies
does system.net.sockets not suit your needs?
oh, that's a specific thing
From what I've seen, no. Ill read into it more but right now, it doesn't seem like it
yea
I need SocketIO
what you linked should work
it's targeting .net standard
Really?
So its not out of date or anything?>
works in .NET 6?
it has changes as recent as 22 days ago
my code is just bad.
i can't speak for how suitable it is to the task
GitHub
Commits · doghappy/socket.io-client-csharp
socket.io-client implemention for .NET. Contribute to doghappy/socket.io-client-csharp development by creating an account on GitHub.
Oh no it's what I need
well thanks I guess