Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 11, 2012 08:11 AM by asteranup
Member
1 Points
3 Posts
Dec 09, 2012 01:10 PM|LINK
Hi,
I'm building a web site that needs to subscribe to external server side event notifications.
for example, an external wcf service is updating events for a user in the DB.
What is the best way to perform notifications on related data for the user?
Go with a timer and check the DB via polling?
Go with a timer and invoke the external events wcf service?
Have a javascript timer to check the wcf service?
Thanks
All-Star
27530 Points
4905 Posts
MVP
Dec 09, 2012 02:40 PM|LINK
The modern way is with SignalR.
30184 Points
4906 Posts
Dec 11, 2012 08:11 AM|LINK
Yes,
You can go with signalR to notify client from the server side. Check some sample implementation here-
http://growingtech.blogspot.in/2012/10/progress-bar-for-long-running-process.html
yarons
Member
1 Points
3 Posts
server side notifications
Dec 09, 2012 01:10 PM|LINK
Hi,
I'm building a web site that needs to subscribe to external server side event notifications.
for example, an external wcf service is updating events for a user in the DB.
What is the best way to perform notifications on related data for the user?
Go with a timer and check the DB via polling?
Go with a timer and invoke the external events wcf service?
Have a javascript timer to check the wcf service?
Thanks
BrockAllen
All-Star
27530 Points
4905 Posts
MVP
Re: server side notifications
Dec 09, 2012 02:40 PM|LINK
The modern way is with SignalR.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
asteranup
All-Star
30184 Points
4906 Posts
Re: server side notifications
Dec 11, 2012 08:11 AM|LINK
Yes,
You can go with signalR to notify client from the server side. Check some sample implementation here-
http://growingtech.blogspot.in/2012/10/progress-bar-for-long-running-process.html
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog