views:

65

answers:

1

hi everyone,

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

+2  A: 

Check out WebSync, a comet framework for .NET. Easy to use, lots of examples...should do what you want.

See also: http://stackoverflow.com/questions/3241246/asp-net-mvc-comet-websync

jvenema
thanks javenema,websync is great as folks say but i m interested in some open source solution
Muhammad Adeel Zahid
also i have come across pokein but there is no example illustrating how it can be used with MVC. if anyone knows plz let me knowregards
Muhammad Adeel Zahid
Ah, gotcha. Can't help you there :(.
jvenema