Asynchronously serve a file over TCP with gzip.
Go to file
Sander 6031bee36b listen on all interfaces 2023-07-25 14:20:37 +03:00
data spaces over tabs 2023-07-25 14:01:13 +03:00
README.md spaces over tabs 2023-07-25 14:01:13 +03:00
go.mod initial commit 2023-07-25 12:56:42 +03:00
lol.go listen on all interfaces 2023-07-25 14:20:37 +03:00

README.md

go-tcp-file-server

Just a silly golang TCP server to serve a file with gzip.

Similar to socat TCP-LISTEN:5353,reuseaddr,fork FILE:/tmp/test.txt but more performant.