Skip to content

Add Websocket Connection  #11

Description

@willybeans

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions