As a User, i want to be able to have real connect interactions with the database through websockets.
- Using gorilla/websockets, establish a websocket connection
- generate initial messaging structure for speaking with the application
- confirm the following are accounted for: onmessage, onclose, ping/pong(heart beat)
consider moving the database interactions out of the handlers, and into their own file so they can be both referenced from websockets and from HTTP interactions
this is connected to this issue
As a User, i want to be able to have real connect interactions with the database through websockets.
consider moving the database interactions out of the handlers, and into their own file so they can be both referenced from websockets and from HTTP interactions
this is connected to this issue