2

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 Pokein but don't know how to integrate it with mvc. any suggestions are held highly

thanks
Adeel

DaveRandom
  • 87,921
  • 11
  • 154
  • 174
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
  • 2
    There are several sample projects available at project web site (http://pokein.codeplex.com) and once you learn how it is working you can implement it onto every kind of ASP.NET & Mono projects. – Zuuum Jan 15 '11 at 16:31

2 Answers2

1

There 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

BigbangO
  • 820
  • 5
  • 9
-1

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)

Community
  • 1
  • 1
Jerod Venema
  • 44,124
  • 5
  • 66
  • 109