asp.net-mvcasp.net-mvc-4real-timexsockets.net

How to create a real time app using XSockets?


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.


Solution

  • 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 :)