书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 415 个相关结果.
  • 2.1.2 Socket.io不是什么

    Socket.IO 不是什么 Socket.IO 不是什么 Socket.IO 不是WebSocket实现。 尽管Socket.IO 确实在可能的情况下使用WebSocket作为传输,但它会为每个数据包添加一些元数据:数据包类型,命名空间和需要消息确认时的确认ID。 这就是为什么WebSocket客户端无法成功连接到Socket.IO 服务器,而S...
  • 关于本socket.io中文文档

    Socket.io 文档中文翻译项目 TODO 目录 术语 术语转换 英文翻译 gitbook 见 :https://socket.gitbook.io/docs/ github page 见:https://veaba.github.io/socket.io-docs/ Socket.io 文档中文翻译项目 在过去,曾多次使用到so...
  • 2.1.5 在express中使用Socket.io

    在express 中使用Socket.io Server(app.js) Client(index.html) 在express 中使用Socket.io Server(app.js) const app = require ( 'express' )() const server = require ( 'http' ). S...
  • Redis 适配器

    Redis 适配器 这个怎么运作 安装 用法 配置 常见问题 迁移自 socket.io-redis 最新版本 Emitter 安装 用法 迁移自 socket.io-emitter 最新版本 Redis 适配器 这个怎么运作 Redis 适配器依赖于 Redis Pub/Sub 机制 。 每个发送给多个客户的数据包(例...
  • Initialization

    Server Initialization Syntax CommonJS ES modules TypeScript Initialization Standalone Attached to an existing HTTP server With an HTTP server With an HTTPS server With an HT...
  • FAQ

    FAQ Can I use wildcards in events? Prevent flooding from single connection? Socket.IO with Apache Cordova? Socket.IO on iOS? Socket.IO on Android? Usage with express-session...
  • Internals overview

    Internals overview Dependency graph engine.io-parser engine.io engine.io-client socket.io-adapter socket.io-redis socket.io-parser socket.io socket.io-client Under the hoo...
  • 2.7.2 内部概述关系图

    依赖关系图 engine.io-parser engine.io engine.io-client socket.io-adapter socket.io-redis socket.io-parser socket.io socket.io-client 依赖关系图 socket.io codebase跨多个存储库拆分: https...
  • FAQ

    FAQ Can I use wildcards in events? Prevent flooding from single connection? Socket.IO with Apache Cordova? Socket.IO on iOS? Socket.IO on Android? Usage with express-session...
  • Introduction

    Introduction What Socket.IO is How does that work? What Socket.IO is not Features Introduction What Socket.IO is Socket.IO is a library that enables real-time, bidirectiona...