书栈网 · BookStack 本次搜索耗时 0.055 秒,为您找到 415 个相关结果.
  • 从2.x迁移到3.0

    从2.x迁移到3.0 Configuration Saner default values CORS handling No more cookie by default API change io.set() is removed No more implicit connection to the default namespace Name...
  • How it works

    How it works Engine.IO Transports HTTP long-polling WebSocket Handshake Upgrade mechanism Disconnection detection Socket.IO How it works The bidirectional channel betwee...
  • 安装

    客户端安装 版本兼容性 浏览器支持 最新版本 安装 独立构建 使用CDN 使用 NPM 杂项 依赖树 对应版本 客户端安装 版本兼容性 下面是服务端和JS客户端的兼容性表: JS 客户端版本 Socket.IO 服务器版本 1.x 2.x 3.x 4.x 1.x YES NO NO NO 2.x NO YES YES 1 Y...
  • Redis adapter

    Redis adapter How it works Installation Usage Options Common questions Emitter Installation Usage Redis adapter How it works The Redis adapter relies on the Redis Pub/S...
  • WebSocket

    WebSocket 开启 WebSocket 事件到 Action 的映射 Action 处理 emit broadcast socket 对象 事件数据 socket.io io 对象 设置 path 设置 adapter socket.io client 校验用户登录 聊天代码示例 SockJS 配置 sockjs 对象 ...
  • Migrating from 2.x to 3.0

    Migrating from 2.x to 3.0 Configuration Saner default values CORS handling No more cookie by default API change io.set() is removed No more implicit connection to the default ...
  • 与 PM2 一起使用

    与 PM2 一起使用 安装 用法 这个怎么运作 与 PM2 一起使用 PM2 是具有内置负载均衡器的 Node.js 应用程序的生产流程管理器。它允许您使应用程序永远保持活动状态,在不停机的情况下重新加载它们,并促进常见的系统管理任务。 你可以在这里找到它的文档:https://pm2.keymetrics.io/docs/usage/pm2-...
  • How it works

    How it works Engine.IO Transports HTTP long-polling WebSocket Handshake Upgrade mechanism Disconnection detection Socket.IO How it works The bidirectional channel betwee...
  • Handling CORS

    Handling CORS Configuration Troubleshooting Handling CORS Configuration As of Socket.IO v2, the server will automatically add the necessary headers in order to support Cross-...
  • Cluster 适配器

    Cluster 适配器 这个怎么运作 安装 用法 使用 Node.js cluster 使用 PM2 使用 recluster 配置 Cluster 适配器 这个怎么运作 集群适配器允许在Node.js cluster 中使用 Socket.IO 。 每个发送给多个客户的数据包 (例如 io.to("room1").emit() ...