迁移 HTTP-Push 技术“Reliable Secure Profile”到蔚蓝
I'm looking at this WCF sample on HTTP push and want to move this long-polling approach into Azure.
What considerations would need to be taken?
Would I need to create a custom synchronization context?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想通过 http 进行服务器到客户端的推送,我会推荐 SignalR。
查看 www.signalr.net 和 github.com/SignalR/SignalR/wiki
还可以查看
http://www.hanselman.com/blog/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx?utm_source=feedburner& ;utm_medium=feed&utm_campaign=Feed%3A+ScottHanselman+%28Scott+Hanselman+-+ComputerZen.com%29
和
http://www.flyersoft.net/post/2012/05/16 /Integration-with-911-dispatch-center-using-Azure-and-SignalR-(part-1).aspx
If you want to do server to client push over http, I would recommend SignalR.
Take a look at www.signalr.net and github.com/SignalR/SignalR/wiki
also take a look of a sample at
http://www.hanselman.com/blog/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ScottHanselman+%28Scott+Hanselman+-+ComputerZen.com%29
and
http://www.flyersoft.net/post/2012/05/16/Integration-with-911-dispatch-center-using-Azure-and-SignalR-(part-1).aspx