class WebSocketClient
extends WebSocket
import { WebSocketClient } from "https://deno.land/x/wocket@v1.0.0/src/websocket_client.ts";
A helper class built on top of the native WebSocket, to make it easier to send messages to channels, and listen for messages on channels.
Specifically built for Drash.
Only defined an onmessage handler.