revised readme, moved some stuff around

This commit is contained in:
2023-06-11 12:10:59 +00:00
parent 19c57ec156
commit a672409e4a
10 changed files with 610 additions and 45 deletions

View File

@@ -18,7 +18,6 @@ class WebSocketDriver {
* @type {Object}
*/
this.config = config;
this.config.events = require('./driverconfig.json').events;
this.wss = null;
this.eventEmitter = new EventEmitter();
this.intervalId = null;