Moved websocket handling to its own file and cleaned up index.ts

This commit is contained in:
softsimon
2020-02-26 17:49:53 +07:00
parent e0726f9493
commit e4bd08cf31
7 changed files with 231 additions and 188 deletions

View File

@@ -21,6 +21,6 @@
"@types/request": "^2.48.2",
"@types/ws": "^6.0.4",
"tslint": "^5.11.0",
"typescript": "~3.6.4"
"typescript": "^3.6.4"
}
}