- 'use strict';
- // const ws = require('ws');
- const BaseServer = require('./BaseServer');
- // ws server implementation under construction
- // will need changes in the client as well to function
- module.exports = class WebsocketServer extends BaseServer {};
|