xP: move to a WebSocket package with compression

Compression happens to be broken in Safari,
though luckily there are friendlier browsers one can use.
This commit is contained in:
2022-09-13 21:44:20 +02:00
parent d31ab67268
commit b728235b6c
3 changed files with 100 additions and 15 deletions

View File

@@ -2,4 +2,9 @@ module janouch.name/xK/xP
go 1.18
require golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
require nhooyr.io/websocket v1.8.7
require (
github.com/klauspost/compress v1.15.9 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
)