书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 415 个相关结果.
  • 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...
  • 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...
  • Migrating from 0.9

    Migrating from 0.9 Authentication differences Socket.io uses middleware now … so its cleaner to do auth via middleware now Namespace authorization? Log differences Logging is n...
  • Troubleshooting

    Troubleshooting connection issues In Node.js Listening to the connect_error event Debug logs In the browser In the Network Monitor of your browser Troubleshooting connecti...
  • Migrating from 0.9

    Migrating from 0.9 Authentication differences Socket.io uses middleware now … so its cleaner to do auth via middleware now Namespace authorization? Log differences Logging is n...
  • Server

    Server new Server(httpServer[, options]) new Server(port[, options]) new Server(options) server.sockets server.serveClient([value]) server.path([value]) server.adapter([value...
  • Installation

    Client Installation Version compatibility Browser support Release notes Installation Standalone build From a CDN From NPM Client Installation Version compatibility Here ...
  • Custom parser

    Custom parser Implementing your own parser The default parser The msgpack parser Custom parser Since Socket.IO v2.0.0, it is now possible to provide your own parser, in order...
  • Installation

    Client Installation Compatibility Release notes Installation Standalone build From a CDN From NPM Client Installation Compatibility Socket.IO does support IE9 and above. ...
  • 2.2.3 给外部发送消息

    从外界发送消息 从外界发送消息 在某些情况下,您可能希望从socket.io进程上下文之外向socket.io命名空间/房间中的socket发出事件。有几种方法可以解决这个问题,比如实现自己的通道来向流程发送消息。 为了方便这个用例,我们创建了两个模块: socket.io-redis socket.io-emitter 通过实现Redis...