Add Basic Websocket Server/Worker Connection
This commit is contained in:
parent
01e34936e9
commit
9ac9ed8fe2
9 changed files with 218 additions and 7 deletions
2
go.mod
2
go.mod
|
@ -3,3 +3,5 @@ module git.lastassault.de/speatzle/morffix
|
|||
go 1.21.8
|
||||
|
||||
require github.com/BurntSushi/toml v1.3.2
|
||||
|
||||
require nhooyr.io/websocket v1.8.11 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue