How to create a real time app using XSockets?

227 views Asked by At

I am currently learning about Xsockets in MVC and it would really help me if someone could help me with this. I am using Visual Studio 2013 and .NET 4.5. Although, I've found many documentations, I was unable to find any implementations to refer from. What would really save my life is a step by step guide to create any real time app.

1

There are 1 answers

3
Uffe On BEST ANSWER

I would recommend you to take a look at signalr instead of xsockets. Especially if you can use the new aspnetcore

I am one of the developers behind xsockets, so take my recommendation serious :)