kcpetersen111 / flex

A self hosted streaming service
2 stars 0 forks source link

Implement websockets #10

Closed Binary141 closed 1 year ago

Binary141 commented 1 year ago

This is what I have so far for websockets. I also added a simple html page to be able to test the values passed between client and server. I would love some feedback on the direction this is going

This is related to #9

Binary141 commented 1 year ago

I also decided to use https://github.com/gorilla/websocket even though it has been archived. There is a lot of info on how to use it compared to some of the others that I have seen, and I wanted to get something spun up to work with.

kcpetersen111 commented 1 year ago

LGTM