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;