随笔分类 -  [20] SignalR

ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data.
摘要:本文和前一篇文章很类似,只不过是把SignalR应用在了 MVC 中新建项目,选择 MVC 模板 安装 SignalRInstall-Package Microsoft.AspNet.SignalR 在项目中添加文件夹 Hubs 在 Hubs 文件夹中添加 SignalR Hub Class ... 阅读全文
posted @ 2015-04-24 14:33 舍长 阅读(5542) 评论(3) 推荐(2) 编辑
摘要:一、什么是SignalR ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. R... 阅读全文
posted @ 2015-04-23 16:15 舍长 阅读(8087) 评论(2) 推荐(3) 编辑