1.0.1 • Published 8 years ago

v-connector v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

v-connector

Build Status npm Version JS Standard

Cross engine v connector

Installation

$ npm install v-connector --save

Usage

'use strict'

const vConnector = require('v-connector')

async function tryExample () {
  const client = vConnector.clientFor('ws')
  /* ... */
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links