标签: c# asp.net-mvc streaming broadcasting
我想知道像http://www.eztrader.com/Trading.aspx这样的网站如何向用户传输价格。我知道我可以设置一个带超时的ajax调用,每2或3秒从服务器请求一次价格,但有没有更有效的方法呢?我在后端使用.net mvc 4.0。
答案 0 :(得分:4)
您可以尝试SignalR。它是为这种实时功能而设计的.NET库。
答案 1 :(得分:0)
非常感谢@Matthew Flaschen
感谢链接,我也搜索了它,发现更有趣
http://www.asp.net/signalr/overview/introduction/what-is-signalr http://blog.pluralsight.com/2013/03/20/new-course-introducing-asp-net-signalr-push-services-with-hubs/