# v-spot-ws@1.1.6
Web socket impl of v-spot
+ Functions
+ [create(args)](#v-spot-ws-function-create)
+ [`VSpotWS`](#v-spot-ws-classes) Class
+ [new VSpotWS()](#v-spot-ws-classes-v-spot-w-s-constructor)
+ [`VSpotWSClient`](#v-spot-ws-classes) Class
+ [new VSpotWSClient()](#v-spot-ws-classes-v-spot-w-s-client-constructor)
+ [`VSpotWSServer`](#v-spot-ws-classes) Class
+ [new VSpotWSServer()](#v-spot-ws-classes-v-spot-w-s-server-constructor)
## Functions
### create(args) -> `VSpotWS`
Create a VSpotWS instance
| Param | Type | Description |
| ----- | --- | -------- |
| args | * | |
## `VSpotWS` Class
### new VSpotWS()
Constructor of VSpotWS class
## `VSpotWSClient` Class
Client instance
**Extends**:
+ `VSpotClient`
### new VSpotWSClient()
Constructor of VSpotWSClient class
## `VSpotWSServer` Class
Server instance
**Extends**:
+ `VSpotServer`
### new VSpotWSServer()
Constructor of VSpotWSServer class