登录
首页 » Web,聊天室,c# » Web实时聊天室源码

Web实时聊天室源码

于 2022-03-17 发布 文件大小:444.32 kB
0 121
下载积分: 2 下载次数: 1

代码说明:

用纯js通过长轮询来实现 前端用Jquery ajax来实现 1 $(function () { 2 window.polling = { 3 ///长连接地址 4 connectionUrl: "/channel/polling", 5 ///发送方式 6 method: "POST", 7 ///事件载体 8 event_host: $("body"), 9 ///连接失败时重连接时间 10 period: 1000 * 20, 11 ///连接超时时间 12 timeOut: 180 * 1000, 13 v: 0, 14 ///连接ID 15 id: "", 16 error_num: 0, 17 Reconnect: function () { 18 polling.v++; 19 $.ajax({ 20 url: polling.connectionUrl, 21 type: polling.method, 22 data: { id: polling.id, v: polling.v }, 23 dataType: "json", 24 timeout: polling.time

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Web实时源码
    用纯js通过长轮询来实现 前端用Jquery ajax来实现 1 $(function () { 2 window.polling = { 3 ///长连接地址 4 connectionUrl: "/channel/polling", 5 ///发送方式 6 method: "POST", 7 ///事件载体 8 event_host: $("body"), 9 ///连接失败时重连接时间 10 period: 1000 * 20, 11 ///连接超时时间 12 timeOut: 180 * 1000, 13 v: 0, 14 ///连接ID 15 id: "", 16 error_num: 0, 17 Reconnect: function () { 18 polling.v++; 19 $.ajax({ 20 url: polling.connectionUrl, 21 type: polling.method, 22 data: { id: polling.id, v: polling.v }, 23 dataType: "json", 24 timeout: polling.time
    2022-03-17 14:45:17下载
    积分:1
  • 696524资源总数
  • 103816会员总数
  • 64今日下载