Socket.io-client + SignalR(.net) server #4956
-
Hi, how can I friend SignalR (C#) on server and socket.io-client in reactjs? If you can with the code 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
darrachequesne
Feb 23, 2024
Replies: 1 comment 4 replies
-
Hi! Unfortunately, I don't think this is possible, as the SignalR protocol is quite different from the Socket.IO protocol. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find more information about how Socket.IO works here: https://socket.io/docs/v4/how-it-works/
Yes, I guess you should be able to connect with a plain WebSocket connection, but you will certainly have to format the messages in a specific way. I am no SignalR expert though.
No, unfortunately there is currently no server implementation in c# (only client).