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

    MySQL RESTful API Passport Socket.IO Assets TypeScript Quick Start Progressive Development RESTful API Boilerplate Type Description You can use boilerplate type li...
  • 项目路线图

    项目路线图 Swoole1.0 特性支持列表 网络服务协议 分布式系统 项目路线图 Swoole1.0 工作列表:https://trello.com/b/SEdDCrCu/swoole-kernel-developer 欢迎大家在 trello 平台上提交 idea 特性支持列表 支持直接接收超大文件 Moniter监控...
  • 2.4.5 Nginx配置

    Nginx 配置 Nginx 配置 在nginx.conf 文件的http {} 部分中,您可以使用要在以下两者之间平衡负载的socket.io进程列表声明upstream 部分: http { server { listen 3000 ; server_name io . yourhost . ...
  • Varnish Cache

    Configuring Varnish Cache Configuring Varnish Cache To be sure Varnish will work properly with NodeBB check that your configuration /etc/varnish/default.vcl is optimized for w...
  • 3.2.1 new Manager(url[,options])

    new Manager(url[,options]) new Manager(url[,options]) url (String) options (Object) Returns Manager 可用的选项: 选项 默认值 描述 path /socket.io 在服务器端捕获的路径的名称 recone...
  • Emitting events

    Emitting events Basic emit Acknowledgements Volatile events Emitting events There are several ways to send events between the server and the client. Basic emit The Socket.I...
  • Broadcasting

    Broadcasting Introduction Configuration Broadcast Service Provider CSRF Token Driver Prerequisites Pusher Channels Redis Socket.IO Queue Prerequisites Concept Overview Usi...
  • 2.1.9 发送和获取数据(确认)

    发送和获取数据(确认) Server(app.js) client(index.html) 发送和获取数据(确认) 有时,您可能希望在客户端确认消息接收时收到回调。 为此,只需将函数作为.send 或.emit 的最后一个参数传递。 更重要的是,当你使用.emit 时,确认是由你完成的,这意味着你也可以传递数据: Server(app.js)...
  • Manager

    Manager new Manager(url[, options]) manager.reconnection([value]) manager.reconnectionAttempts([value]) manager.reconnectionDelay([value]) manager.reconnectionDelayMax([value])...
  • Namespace

    Namespace namespace.name namespace.sockets namespace.adapter namespace.to(room) namespace.in(room) namespace.emit(eventName[, …args]) namespace.allSockets() namespace.use(fn...