facebook like Notificaton system in mvc2.net
i m developing an application in asp.net 3.5 using mvc2. i want to implement facebook like notification system based on server push or comet. i have no idea where and what to start with. i have read about P开发者_开发知识库okein but don't know how to integrate it with mvc. any suggestions are held highly
thanks
AdeelThere are sample MVC projects for PokeIn library (visit here). On the other hand, PokeIn is a good choice in comparison to other alternatives. (License costs, event ordering, disconnection detection, "reverse ajax" support etc)..
Also, you may need to check the documentation for PokeIn here
Check out WebSync, a comet framework for .NET. Easy to use, lots of examples...should do what you want.
See also: ASP.Net MVC & Comet (WebSync)
精彩评论