v-connector

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i v-connector

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • realglobe
  • okunishinishi