0 votes
by (1.9k points)

If I use C # Asp.net SignalR Client 2.0, can I replace it with Rebex module?

I know Rebex supports WebSocket.
I can replace the built-in Websocket with Rebex WebSocket.

If I am using SignalR, I wonder if SignalR can be replaced with Rebex products.

Thank you.

Applies to: Rebex HTTPS

1 Answer

0 votes
by (144k points)

At the moment, Rebex WebSocket only provides client-side WebSocket implementation, so I don't think it could handle your scenario.

It's mostly useful for calling WebSocket-based services from legacy versions of .NET Framework.

...