Implement basic ws server and client

This commit is contained in:
2024-06-18 00:47:10 +02:00
parent fa6be7f2cf
commit 762e62614d
4 changed files with 123 additions and 2 deletions

2
ws-client/go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=