As the title said, I want to use WebSync, from frozenmountain, with my ASP.NET MVC 4, but I haven't found any tutorial about it. Do you know how to do that, where to start? Or if you have any better way to implement comet
with ASP.NET MVC 4, please let me know.
Thanks for your help.
Do you know how to do that, where to start?
The documentation is usually the first place you might start at when you need to apprehend some new tool or framework that you are not familiar with: http://docs.frozenmountain.com/websync4/
Or if you have any better way to implement comet with ASP.NET MVC 4, please let me know.
You might checkout SignalR
.