Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WebSocketClient

import { WebSocketClient } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator Inject a value from the configuration file.

@Value('mandarine.server.host')

const WebSocketClient: (url: string, protocols?: Array<string>) => Function;