3

I have a C# .Net framework 4.6.1 MVC application and I am using plain websockets for broadcasting messages to the connected clients. There is a limitation that I need to support .Net framework as well as .Net core clients. Hence, I have to choose plain websockets instead of SignalR.

I have created a websocket server as given on this link and a client as given here

It's working absolutely fine but now the problem is to scale this application. My application uses load balanced webfarm architecture with redis cache. I found several links having theories of scaling websockets using redis or other backplane, however, I couldn't find any such example with C#.

Does anyone has any example or any direction to start scaling websockets horizontally with redis using C#?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.