ryo-ma / deno-websocket

🦕 A simple WebSocket library like ws of node.js library for deno
https://deno.land/x/websocket
MIT License
152 stars 17 forks source link

did client support wss? #36

Open JarmoHu opened 2 years ago

JarmoHu commented 2 years ago

did WebSocketClient support wss? const ws: WebSocketClient = await new StandardWebSocketClient("wss://hk.suohacloud.xyz:443");