doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
721 stars 124 forks source link

Is there any active socket.io server implementation? #316

Closed qyl27 closed 1 year ago

qyl27 commented 1 year ago

I am looking for a server implementation of socket.io in C#, any plan to write one?

doghappy commented 1 year ago

Why do you need the c# version of socket.io server? If you must use C# on the backend, consider using SignalR instead

qyl27 commented 1 year ago

Oh, yes, you're right, maybe SignalR is a better choice. Sorry for my reckless questioning.