1. 首页
  2. 数据库
  3. 其它
  4. 模拟套接字:用于WebSockets和Socket.IO的Javascript模拟库 源码

模拟套接字:用于WebSockets和Socket.IO的Javascript模拟库 源码

上传者: 2021-02-18 00:24:21上传 ZIP文件 120.65KB 热度 8次
用于和Javascript模拟库 内容 安装 npm install mock-socket import { WebSocket , Server } from 'mock-socket' ; 用法 import test from 'ava' ; import { Server } from 'mock-socket' ; class ChatApp { constructor ( url ) { this . messages = [ ] ; this . connection = new WebSocket ( url ) ; this . connect
用户评论