Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 315 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 315 Bytes

WxSocket - 在微信小程序中使用 phoenix.js

Install

$ npm install --save wx-socket

Usage

import { Socket } from "phoenix"
import WxSocket from "wx-socket"

let socket = new Socket("wss://test.com/socket", { transport: WxSocket, params: {token: yourToken}})

socket.connect()