书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 415 个相关结果.
  • Installation

    Server Installation Prerequisites Installation Additional packages Other WebSocket server implementations Server Installation Prerequisites Please make sure that Node.js i...
  • Apache

    Configuring apache as a proxy What if I’m on 2.2.x (Debian/Ubuntu)? NOTE: On ubuntu, if you’re missing the ./configure file Enable the necessary modules Add the config to Apache...
  • 客户端API

    客户端API IO io.protocol io([url][, options]) Manager new Manager(url[, options]) manager.reconnection([value]) manager.reconnectionAttempts([value]) manager.reconnectionDelay([...
  • 2.1.7 限制自己使用命名空间

    限制自己使用命名空间 Server (app.js) Client (index.html) 限制自己使用命名空间 如果您可以控制为特定应用程序发出的所有消息和事件,则使用默认/命名空间。 如果您想利用第三方代码,或生成与其他人共享的代码,socket.io提供了一种命名空间socket的方法。 这具有多路复用 单个连接的优点。 而不是使用两个W...
  • Installation

    Server Installation Prerequisites Installation Additional packages Other WebSocket server implementations Server Installation Prerequisites Please make sure that Node.js i...
  • Installation

    Server Installation Prerequisites Installation Additional packages Other WebSocket server implementations Server Installation Prerequisites Please make sure that Node.js i...
  • 2.1.111 作为跨浏览器使用websocket

    作为跨浏览器使用websocket Serve(app.js) Client(index.html) 作为跨浏览器使用websocket 如果您只想要WebSocket语义,那么您也可以这样做。 只需利用send 和监听message 事件: Serve(app.js) const io = require ( 'socket.io' )...
  • 3.1.9 初始化示例-自定义解析器

    初始化示例:使用自定义解析器 初始化示例:使用自定义解析器 默认的解析器 以牺牲性能为代价来提升兼容性(对blob 、文件 、二进制检查的支持)。可以提供一个定制的解析器来满足应用程序的需求。请看这里 的例子。 const parser = require ( 'socket.io-msgpack-parser' ); //or require...
  • 4.1.5 服务器serverClient值 server_serverClient_value

    server.serverClient([value]) server.serverClient([value]) value (boolean) Returns Server | Boolean 如果value 为true ,则所连接的服务器(请参阅 server #attach )将为socket文件提供服务。默认为true 。调用att...
  • Rooms

    Rooms Joining and leaving Default room Sample use cases Usage with asynchronous code Disconnection With multiple Socket.IO servers Implementation details Room events Roo...