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

    Namespaces Default namespace Custom namespaces Namespace middleware Handling middleware error Compatibility with Express middleware Namespaces A Namespace is a communicatio...
  • API

    API API This section describes all the APIs of Feathers and its individual modules. Core: Feathers core functionality Application - The main Feathers application API Servic...
  • Using multiple nodes

    Using multiple nodes Sticky load balancing NginX configuration Apache HTTPD configuration HAProxy configuration Using Node.JS Cluster Passing events between nodes Using mu...
  • 2.3.4 配置差异

    配置差异 io.set 不见了 设置资源路径 配置差异 io.set 不见了 相反,在服务器初始化中进行如下配置: const socket = require ( 'socket.io' )({ // 这里是选项 }) 日志级别等选项已不存在,io.set('transports') , io.set('hear...
  • Usage

    Feathers Client Node React Native Module loaders Webpack create-react-app Browserify Others @feathersjs/client When to use Load with a module loader Load from CDN with <sc...
  • Adapters

    Adapters Extend socket.io Ws library Advanced (custom adapter) Example Adapters The WebSockets module is platform-agnostic, hence, you can bring your own library (or even a...
  • 2.1.4 在Node HTTP 服务中使用

    与Node HTTP 服务一起使用 Server(app),服务端 Client(index.html),客户端 与Node HTTP 服务一起使用 Server(app),服务端 const app = require ( 'http' ). createServer ( handler ) const io = requi...
  • 初始化

    客户端初始化 来自同一域 来自不同的域 自定义命名空间 配置 客户端初始化 安装 Socket.IO客户端库后,您现在可以初始化客户端。可以在此处 找到完整的选项列表。 提示 对于 TypeScript 用户,可以为事件提供类型提示。请检查这个 。 在下面的示例中,io 对象来自: 使用 <script> 引入 <script ...
  • 服务器端API

    服务器API Server new Server(httpServer[, options]) new Server(port[, options]) new Server(options) server.sockets server.serveClient([value]) server.path([value]) server.adapter...
  • Server

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