Is there a c# client that follows the socket.io protocol? I have an NodeJS application that runs a socket-io server and I need a client in another application in .Net Core that needs to communicate with the socket-io server.
These are some implementations that I've found:
SocketIoClientDotNet - Deprecated
socketio4net - Deprecated
IBM.Socket-IO - Doesn't Work in .NET Core
Is there anything more recent that is being maintained that can accomplish this task?