随笔分类 -  SingalR

摘要:using Owin;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Microsoft.AspNet.Signa... 阅读全文
posted @ 2015-06-30 14:38 nbu_djw 阅读(391) 评论(0) 推荐(0)
摘要:[HubName("djwChat")] public class ChatHub:Hub { public void Send(string name) { //动态表达式 Clients.All.addMs... 阅读全文
posted @ 2015-06-29 22:46 nbu_djw 阅读(453) 评论(1) 推荐(0)
摘要:ajax网页聊天室,接收信息递归循环。 $(function () { $("#btn1").click(function () { $.post("MsgAJAX.ashx", { "action": "send", "msg": ... 阅读全文
posted @ 2015-06-29 10:12 nbu_djw 阅读(390) 评论(0) 推荐(0)