Started seperating the go files into seperate packages for cleaner code organization

This commit is contained in:
2017-12-17 23:22:04 -05:00
parent b7c5032c37
commit 2e1eb8e4e1
5 changed files with 123 additions and 155 deletions

View File

@@ -17,7 +17,7 @@ let torrents= [];
//websocket is started in kickwebsocket.js and is picked up here so "ws" is already defined
//websocket is started in kickwebsocket.js and is picked up here so "ws" is already defined 22
ws.onmessage = function (evt) { //When we recieve a message from the websocket
if(evt.data == "clientUpdate") {
console.log("Client Update Incoming...")